From 13d91fa512c038bd7eb928026b09ed2db2d3cad9 Mon Sep 17 00:00:00 2001 From: cronekorkn Date: Wed, 9 Aug 2023 07:14:33 +0200 Subject: [PATCH] englisch sprache schwere sprache --- bundles/backup-freshness-check/files/check_backup_freshness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/backup-freshness-check/files/check_backup_freshness b/bundles/backup-freshness-check/files/check_backup_freshness index f683b36..9bc8227 100644 --- a/bundles/backup-freshness-check/files/check_backup_freshness +++ b/bundles/backup-freshness-check/files/check_backup_freshness @@ -36,7 +36,7 @@ for dataset in config['datasets']: if snapshot_datetime < two_days_ago: days_ago = (now - snapshot_datetime).days - errors.add(f'dataset "{dataset}" has no backups sind {days_ago} days') + errors.add(f'dataset "{dataset}" has not been backed up for {days_ago} days') continue if errors: