mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
change title dialog
This commit is contained in:
parent
91cd6c27d8
commit
18ffa839c7
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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": [
|
||||
|
@ -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": [
|
||||
|
@ -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' })}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user