diff --git a/packages/webapp/lang/en.json b/packages/webapp/lang/en.json index 4f5c3321..1ad3d56c 100644 --- a/packages/webapp/lang/en.json +++ b/packages/webapp/lang/en.json @@ -219,7 +219,7 @@ "defaultMessage": "Create" }, "import.description": { - "defaultMessage": "You can import WiseMapping maps to your list of maps. Select the file you want to import." + "defaultMessage": "You can import WiseMapping and Freemind maps to your list of maps. Select the file you want to import." }, "import.title": { "defaultMessage": "Import existing mindmap" diff --git a/packages/webapp/lang/es.json b/packages/webapp/lang/es.json index 6e17c441..4d3e0ed3 100644 --- a/packages/webapp/lang/es.json +++ b/packages/webapp/lang/es.json @@ -213,7 +213,7 @@ "defaultMessage": "Crear" }, "import.description": { - "defaultMessage": "Puede importar mapas de WiseMapping a su lista de mapas. Seleccione el archivo que desea importar." + "defaultMessage": "Puede importar mapas de WiseMapping y Freemind a su lista de mapas. Seleccione el archivo que desea importar." }, "import.title": { "defaultMessage": "Importar mapa mental existente" diff --git a/packages/webapp/src/compiled-lang/en.json b/packages/webapp/src/compiled-lang/en.json index 71d5c6d6..993c9930 100644 --- a/packages/webapp/src/compiled-lang/en.json +++ b/packages/webapp/src/compiled-lang/en.json @@ -440,7 +440,7 @@ "import.description": [ { "type": 0, - "value": "You can import WiseMapping maps to your list of maps. Select the file you want to import." + "value": "You can import WiseMapping and Freemind maps to your list of maps. Select the file you want to import." } ], "import.title": [ diff --git a/packages/webapp/src/compiled-lang/es.json b/packages/webapp/src/compiled-lang/es.json index 17fbe91a..6a04f2af 100644 --- a/packages/webapp/src/compiled-lang/es.json +++ b/packages/webapp/src/compiled-lang/es.json @@ -440,7 +440,7 @@ "import.description": [ { "type": 0, - "value": "Puede importar mapas de WiseMapping a su lista de mapas. Seleccione el archivo que desea importar." + "value": "Puede importar mapas de WiseMapping y Freemind a su lista de mapas. Seleccione el archivo que desea importar." } ], "import.title": [ diff --git a/packages/webapp/src/components/maps-page/action-dispatcher/import-dialog/index.tsx b/packages/webapp/src/components/maps-page/action-dispatcher/import-dialog/index.tsx index 02dafd17..43af0204 100644 --- a/packages/webapp/src/components/maps-page/action-dispatcher/import-dialog/index.tsx +++ b/packages/webapp/src/components/maps-page/action-dispatcher/import-dialog/index.tsx @@ -130,7 +130,7 @@ const ImportDialog = ({ onClose }: CreateProps): React.ReactElement => { description={intl.formatMessage({ id: 'import.description', defaultMessage: - 'You can import WiseMapping maps to your list of maps. Select the file you want to import.', + 'You can import WiseMapping and Freemind maps to your list of maps. Select the file you want to import.', })} submitButton={intl.formatMessage({ id: 'import.button', defaultMessage: 'Create' })} >