diff --git a/front/src/LegacyLayout.vue b/front/src/LegacyLayout.vue deleted file mode 100644 index 4bf2925cc..000000000 --- a/front/src/LegacyLayout.vue +++ /dev/null @@ -1,105 +0,0 @@ - - - diff --git a/front/src/components/SetInstanceModal.vue b/front/src/components/SetInstanceModal.vue index a35e0f51c..765d40173 100644 --- a/front/src/components/SetInstanceModal.vue +++ b/front/src/components/SetInstanceModal.vue @@ -7,6 +7,8 @@ import { ref, computed, watch, nextTick } from 'vue' import { useStore } from '~/store' import { useI18n } from 'vue-i18n' +// TODO: Delete this file? + const { t } = useI18n() interface Props { @@ -65,6 +67,7 @@ const checkAndSwitch = async (url: string) => { diff --git a/front/src/components/admin/SettingsGroup.vue b/front/src/components/admin/SettingsGroup.vue index 48110fab5..73d79f229 100644 --- a/front/src/components/admin/SettingsGroup.vue +++ b/front/src/components/admin/SettingsGroup.vue @@ -250,8 +250,7 @@ const save = async () => { red >

- {{ group.label }}: - {{ t('components.admin.SettingsGroup.header.error') }} + {{ t('components.admin.SettingsGroup.header.error', {label: group.label}) }}