diff --git a/src/frontend/apps/impress/src/components/modal/AlertModal.tsx b/src/frontend/apps/impress/src/components/modal/AlertModal.tsx index 393b5ff6..0c1366d9 100644 --- a/src/frontend/apps/impress/src/components/modal/AlertModal.tsx +++ b/src/frontend/apps/impress/src/components/modal/AlertModal.tsx @@ -52,6 +52,7 @@ export const AlertModal = ({ return ( { margin-left: calc(-${base}); margin-right: calc(-${base}); margin-top: calc(-${base}); - z-index: 10; + z-index: 21; // Under editor select box but above other elements (e.g., doc title, suggestion menu) display: flex; align-items: flex-start; justify-content: flex-start; diff --git a/src/frontend/apps/impress/src/features/docs/docs-grid/components/DocMoveModal.tsx b/src/frontend/apps/impress/src/features/docs/docs-grid/components/DocMoveModal.tsx index 25aca5aa..09bc3111 100644 --- a/src/frontend/apps/impress/src/features/docs/docs-grid/components/DocMoveModal.tsx +++ b/src/frontend/apps/impress/src/features/docs/docs-grid/components/DocMoveModal.tsx @@ -167,9 +167,13 @@ export const DocMoveModal = ({ $weight="normal" $textAlign="left" > - - Choose the new location for {docTitle}. - + }} + /> diff --git a/src/frontend/apps/impress/src/i18n/translations.json b/src/frontend/apps/impress/src/i18n/translations.json index 6d7f0264..dd737d57 100644 --- a/src/frontend/apps/impress/src/i18n/translations.json +++ b/src/frontend/apps/impress/src/i18n/translations.json @@ -744,7 +744,7 @@ "Cancel the move": "Annuler le déplacement", "Change role for {{email}}": "Changer le rôle pour {{email}}", "Change role for {{name}}": "Changer le rôle pour {{name}}", - "Choose the new location for {docTitle}.": "Choisissez le nouvel emplacement pour {docTitle}.", + "Choose the new location for {{title}}.": "Choisissez le nouvel emplacement pour {{title}}.", "Close the access request modal": "Fermer la fenêtre modale de demande d'accès", "Close the delete modal": "Fermer la fenêtre modale de suppression", "Close the download modal": "Fermer la fenêtre modale de téléchargement", @@ -1218,7 +1218,7 @@ "Cancel the move": "Annuleer verplaatsen", "Change role for {{email}}": "Rol wijzigen voor {{email}}", "Change role for {{name}}": "Rol wijzigen voor {{name}}", - "Choose the new location for {docTitle}.": "Kies de nieuwe locatie voor {docTitle}.", + "Choose the new location for {{title}}.": "Kies de nieuwe locatie voor {{title}}.", "Close the access request modal": "Sluit het toegangsverzoek venster", "Close the delete modal": "Sluit het verwijder venster", "Close the download modal": "Sluit het downloadvenster", @@ -1555,7 +1555,7 @@ "Cancel the move": "Отмена перемещения", "Change role for {{email}}": "Изменить роль для {{email}}", "Change role for {{name}}": "Изменить роль для {{name}}", - "Choose the new location for {docTitle}.": "Выберите новое расположение для {docTitle}.", + "Choose the new location for {{title}}.": "Выберите новое расположение для {{title}}.", "Close the access request modal": "Закрыть окно запроса доступа", "Close the delete modal": "Закрыть окно удаления", "Close the download modal": "Закрыть окно загрузки", @@ -1993,7 +1993,7 @@ "Cancel the move": "Скасувати переміщення", "Change role for {{email}}": "Змінити роль для {{email}}", "Change role for {{name}}": "Змінити роль для {{name}}", - "Choose the new location for {docTitle}.": "Виберіть нове розташування для {docTitle}.", + "Choose the new location for {{title}}.": "Виберіть нове розташування для {{title}}.", "Close the access request modal": "Закрити вікно запиту доступу", "Close the delete modal": "Закрити вікно видалення", "Close the download modal": "Закрити вікно завантаження",