I need to change the name of the "Maintenance equipment" menu in the maintenance module to "Maintenance Areas", I tried doing these things and they don't work for me. it's in odoo 15
model="ir.ui.menu" id="maintenance.menu_maintenance_teams">
name="name">Maintenance areas
or
id="maintenance.menu_maintenance_teams"
name="Maintenance areas"
parent="maintenance.menu_maintenance_configuration"
action="maintenance.maintenance_team_action_settings"
groups="maintenance.group_equipment_manager"
sequence="1"/>
Hello, thanks for answering Jainesh and Cybrosys, I realized that if I change the name to "Maintenance areas" but in the English language, I need to change it to Spanish and in the translation file I still get the translation as "Maintenance Teams "
#. module: df_maintenance
#: model:ir.model,name:df_maintenance.model_maintenance_team
msgid "Maintenance Teams"
msgstr "Equipos de mantenimiento"