Update translations

This commit is contained in:
Girish Ramakrishnan
2025-09-25 11:30:52 +02:00
parent ef8c088127
commit 503b17acd6
4 changed files with 23 additions and 20 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ function onEditSchedule(site) {
async function onRemoveSite(site) {
const yes = await inputDialog.value.confirm({
title: t('backup.target.removeDialog.title'),
message: t('backup.target.removeDialog.description'),
title: t('backup.site.removeDialog.title'),
message: t('backup.site.removeDialog.description'),
confirmLabel: t('main.dialog.yes'),
confirmStyle: 'danger',
rejectLabel: t('main.dialog.cancel'),