Skip to content
Snippets Groups Projects
Commit f0d59564 authored by Alen Uglik's avatar Alen Uglik Committed by Martin Trigaux
Browse files

[FIX] base: translate action name


closes odoo/odoo#50553

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent 8de457e8
No related branches found
No related tags found
No related merge requests found
......@@ -752,7 +752,7 @@ class IrTranslation(models.Model):
self.insert_missing(fld, rec)
action = {
'name': 'Translate',
'name': _('Translate'),
'res_model': 'ir.translation',
'type': 'ir.actions.act_window',
'view_mode': 'tree',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment