englisch sprache schwere sprache

This commit is contained in:
cronekorkn 2023-08-09 07:14:33 +02:00
parent 0e8afa29e5
commit 13d91fa512
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -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: