diff --git a/software/src/components/basics/confirmDialog.vue b/software/src/components/basics/confirmDialog.vue index 13cf1a1..cd02a3e 100644 --- a/software/src/components/basics/confirmDialog.vue +++ b/software/src/components/basics/confirmDialog.vue @@ -31,7 +31,7 @@ function confirmPressed() { prepend-icon="mdi-close" color="orange" > - {{ $t("dialog.cancel") }} + {{ $t("misc.actions.cancel") }} - {{ $t("dialog.confirm") }} + {{ $t("misc.actions.confirm") }} diff --git a/software/src/components/navigation/footerItems.vue b/software/src/components/navigation/footerItems.vue index 63f2183..78b8de5 100644 --- a/software/src/components/navigation/footerItems.vue +++ b/software/src/components/navigation/footerItems.vue @@ -22,7 +22,7 @@ watch(() => route.path, () => { - {{ $t('youAreHere') }} + {{ $t('misc.youAreHere') }}