diff --git a/dashboard/src/components/SystemUpdate.vue b/dashboard/src/components/SystemUpdate.vue index 9fbb20fa9..ba00a99fb 100644 --- a/dashboard/src/components/SystemUpdate.vue +++ b/dashboard/src/components/SystemUpdate.vue @@ -316,7 +316,7 @@ onMounted(async () => {

@@ -324,8 +324,8 @@ onMounted(async () => { - {{ prettyAutoUpdateSchedule(currentPattern) }} - {{ $t('settings.updates.disabled') }} + {{ prettyAutoUpdateSchedule(currentPattern) || '-' }} + {{ $t('settings.updates.disabled') }}