fix(ui): I AM SORRY LMAO

- Resolves: #587
This commit is contained in:
NaiJi 2024-11-24 16:37:38 -05:00
parent 9b76ca7b5f
commit cb3eb7a607

View file

@ -41,7 +41,7 @@ class _ProvidersPageState extends State<ProvidersPage> {
.autobackupPeriod;
backupsSubtitle = (period == null)
? 'backup.autobackup_period_never'.tr()
: backupsSubtitle = 'backup.autobackup_period_every'.tr(
: 'backup.autobackup_period_every'.tr(
namedArgs: {'period': period.toPrettyString(context.locale)},
);
}