diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index 3af33c8fc..47dc1d017 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -548,7 +548,7 @@ "remount": "Remount Storage" }, "schedule": { - "title": "Schedule and Retention", + "title": "Schedule & Retention", "description": "A complete backup of the system is created based on the specified Schedule in the System Time Zone. Old backups are removed based on the Retention Policy.", "schedule": "Schedule", "retentionPolicy": "Retention Policy", diff --git a/dashboard/src/views/BackupSitesView.vue b/dashboard/src/views/BackupSitesView.vue index fa13803f5..c3ea6c9c7 100644 --- a/dashboard/src/views/BackupSitesView.vue +++ b/dashboard/src/views/BackupSitesView.vue @@ -109,14 +109,14 @@ function onActionMenu(site, event) { action: onRemount.bind(null, site), }, { separator: true, - }, { - icon: 'fa-solid fa-clock', - label: t('backups.schedule.title'), - action: onEditSchedule.bind(null, site), }, { icon: 'fa-solid fa-pencil-alt', label: t('main.dialog.edit'), action: onEdit.bind(null, site), + }, { + icon: 'fa-solid fa-clock', + label: t('backups.schedule.title'), + action: onEditSchedule.bind(null, site), }, { separator: true }, {