diff --git a/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx b/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx index 4f3e9bb..e3b2e09 100644 --- a/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx +++ b/dictation_client/src/pages/DictationPage/filePropertyPopup.tsx @@ -104,6 +104,15 @@ export const FilePropertyPopup: React.FC = (props) => { name="submit" value={t(getTranslationID("dictationPage.label.fileNameSave"))} className={`${styles.formSubmit} ${styles.isActive}`} + style={{ + position: "relative", + marginTop: "0.2rem", + right: "auto", + maxWidth: "18rem", + whiteSpace: "normal", + overflowWrap: "break-word", + fontSize: "small", + }} onClick={saveFileName} /> {isPushSaveButton && fileName.length === 0 && ( diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index 1a3a348..67b2367 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -654,4 +654,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index ec99d53..2059296 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -654,4 +654,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index 930f15b..86d5a23 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -15,7 +15,7 @@ "copyRight": "© OM Digital Solutions Corporation", "edit": "Editar", "save": "Ahorrar", - "delete": "Delete", + "delete": "Borrar", "return": "Devolver", "operationInsteadOf": "Operar la nube ODMS en nombre de:", "headerAccount": "Cuenta", @@ -654,4 +654,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index 7bc9f65..083360c 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -15,7 +15,7 @@ "copyRight": "© OM Digital Solutions Corporation", "edit": "Éditer", "save": "Sauvegarder", - "delete": "Delete", + "delete": "Supprimer", "return": "Retour", "operationInsteadOf": "Exploiter le Cloud ODMS pour le compte de :", "headerAccount": "Compte", @@ -654,4 +654,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file