Hi giannini1967
You can change the “Open Menu” text to just “Menu” by creating and customizing child theme.
After creating child theme copy and paste header.php file from main theme to child theme’s folder.
In this file you need to change below line and do edit in child theme’s file:
<?php _e('Open Menu','lawyeria-lite'); ?>
TO:
<?php _e('Menu','lawyeria-lite'); ?>
Now activate the child theme.
Hope this will solve your problem.
Note: Please customize files of child theme, so your changes will not overwrite on theme update.
Best Regards!!!