diff --git a/dashboard/src/components/SystemUpdate.vue b/dashboard/src/components/SystemUpdate.vue index ba00a99fb..f7bbc47e8 100644 --- a/dashboard/src/components/SystemUpdate.vue +++ b/dashboard/src/components/SystemUpdate.vue @@ -322,11 +322,11 @@ onMounted(async () => {

- +
{{ prettyAutoUpdateSchedule(currentPattern) || '-' }} {{ $t('settings.updates.disabled') }} - +
diff --git a/dashboard/src/views/SystemLocaleView.vue b/dashboard/src/views/SystemLocaleView.vue index 6b86af46c..087b5dcc8 100644 --- a/dashboard/src/views/SystemLocaleView.vue +++ b/dashboard/src/views/SystemLocaleView.vue @@ -99,20 +99,20 @@ onMounted(async () => {
- +
- +
- +
{{ $t('settings.language.description') }}
- +
diff --git a/dashboard/src/views/SystemUpdateView.vue b/dashboard/src/views/SystemUpdateView.vue index 4d1e9e9e2..7b6c03cc4 100644 --- a/dashboard/src/views/SystemUpdateView.vue +++ b/dashboard/src/views/SystemUpdateView.vue @@ -1,11 +1,53 @@