change title dialog

This commit is contained in:
Ezequiel-Vega 2022-03-23 14:56:44 -03:00
parent 91cd6c27d8
commit 18ffa839c7
5 changed files with 5 additions and 5 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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": [

View File

@ -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": [

View File

@ -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' })}
>