From 00820307703dfd5a64e113fd00a35bb4cd3f41b8 Mon Sep 17 00:00:00 2001 From: medchedli Date: Wed, 4 Jun 2025 17:20:30 +0100 Subject: [PATCH] fix: add error message for moving blocks in English and French translations --- frontend/public/locales/en/translation.json | 1 + frontend/public/locales/fr/translation.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/public/locales/en/translation.json b/frontend/public/locales/en/translation.json index fd7b1ec1..55114e04 100644 --- a/frontend/public/locales/en/translation.json +++ b/frontend/public/locales/en/translation.json @@ -118,6 +118,7 @@ "logout_failed": "Something went wrong during logout", "duplicate_labels_not_allowed": "Duplicate labels are not allowed", "duplicate_block_error": "Something went wrong while duplicating block", + "move_block_error": "Something went wrong. Unable to move block", "image_error": "Image not found", "file_error": "File not found", "audio_error": "Audio not found", diff --git a/frontend/public/locales/fr/translation.json b/frontend/public/locales/fr/translation.json index 0e746c98..8f701c3c 100644 --- a/frontend/public/locales/fr/translation.json +++ b/frontend/public/locales/fr/translation.json @@ -118,6 +118,7 @@ "logout_failed": "Une erreur s'est produite lors de la déconnexion", "duplicate_labels_not_allowed": "Les étiquettes en double ne sont pas autorisées", "duplicate_block_error": "Une erreur est survenue lors de la duplication du bloc", + "move_block_error": "Une erreur est survenue. Impossible de déplacer le bloc", "image_error": "Image introuvable", "file_error": "Fichier introuvable", "audio_error": "Audio introuvable",