Skip to content

Commit

Permalink
Change "Export Data" to "Export" (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
luorlandini authored Oct 13, 2021
1 parent f44ba40 commit 7ce2392
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const LayerDownloadActionButton = connect(
size={size}
onClick={() => onClick()}
>
<Message msgId="layerdownload.title" />
<Message msgId="gnviewer.export" />
</Button>
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
},
"gnviewer": {
"edit": "Bearbeiten",
"export": "Export",
"editMetadata": "Metadaten bearbeiten",
"editStyle": "Stil Bearbeiten",
"editData": "Daten Bearbeiten",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
},
"gnviewer": {
"edit": "Edit",
"export": "Export",
"editMetadata": "Edit Metadata",
"editStyle": "Edit Style",
"editData": "Edit Data",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
},
"gnviewer": {
"edit": "Editar",
"export": "Exportar",
"editMetadata": "Editar Metadatos",
"editStyle": "Editar Estilo",
"editData": "Editar Datos",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
},
"gnviewer": {
"edit": "Éditer",
"export": "Exportation",
"editMetadata": "Modifier les Métadonnées",
"view": "Vue",
"viewMetadata": "Afficher les métadonnées",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
},
"gnviewer": {
"edit": "Modifica",
"export": "Esporta",
"editMetadata": "Modifica Metadati",
"view": "Visualizza",
"viewMetadata": "Visualizza i metadati",
Expand Down

0 comments on commit 7ce2392

Please sign in to comment.