diff --git a/src/components/InteractiveEditor/EditAppConfig.vue b/src/components/InteractiveEditor/EditAppConfig.vue
index 91e9dbb4..a1dfb021 100644
--- a/src/components/InteractiveEditor/EditAppConfig.vue
+++ b/src/components/InteractiveEditor/EditAppConfig.vue
@@ -8,7 +8,7 @@
@closed="modalClosed"
>
- {{ $t('interactive-editor.edit-mode-subtitle') }}
+ {{ $t('interactive-editor.menu.edit-mode-subtitle') }}
- {{ $t('interactive-editor.edit-mode-description') }}
+ {{ $t('interactive-editor.menu.edit-mode-description') }}
diff --git a/src/components/InteractiveEditor/EditPageInfo.vue b/src/components/InteractiveEditor/EditPageInfo.vue
index 215f8bb8..25c595bd 100644
--- a/src/components/InteractiveEditor/EditPageInfo.vue
+++ b/src/components/InteractiveEditor/EditPageInfo.vue
@@ -8,7 +8,7 @@
@closed="modalClosed"
>
-
{{ $t('interactive-editor.edit-page-info-btn') }}
+ {{ $t('interactive-editor.menu.edit-page-info-btn') }}