Skip to content
Snippets Groups Projects
Commit 008575e9 authored by Luciano Frizzera's avatar Luciano Frizzera
Browse files

refactor(commons): :bulb: main menu: rename "export" as "export document"

parent 8a310d09
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
"editing": "editing", "editing": "editing",
"export": "export", "export": "export",
"export as format": "export as {{format}}", "export as format": "export as {{format}}",
"export_document": "export document",
"functionalities": "functionalities", "functionalities": "functionalities",
"identity": "identity", "identity": "identity",
"language": "language", "language": "language",
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
"editing": "montage", "editing": "montage",
"export": "exporter", "export": "exporter",
"export as format": "exporter en {{format}}", "export as format": "exporter en {{format}}",
"export_document": "document d'exportation",
"functionalities": "fonctionnalités", "functionalities": "fonctionnalités",
"identity": "identité", "identity": "identité",
"language": "langue", "language": "langue",
......
...@@ -85,7 +85,7 @@ export const useMenu = () => { ...@@ -85,7 +85,7 @@ export const useMenu = () => {
{ {
hide: readonly, hide: readonly,
icon: 'download', icon: 'download',
label: `${t('LWC:commons.export')}`, label: `${t('LWC:commons.export_document')}`,
popupId: 'download', popupId: 'download',
}, },
'divider', 'divider',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment