mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] fix translation
This commit is contained in:
@@ -240,7 +240,7 @@ class ExportHelpWizard(models.TransientModel):
|
||||
'export_filename': 'help_online_data.xml'})
|
||||
|
||||
return {
|
||||
'name': 'Help Online Export',
|
||||
'name': _('Export Help'),
|
||||
'type': 'ir.actions.act_window',
|
||||
'res_model': self._name,
|
||||
'view_mode': 'form',
|
||||
|
||||
Reference in New Issue
Block a user