mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-23 09:16:54 +00:00
parent
9b76ca7b5f
commit
cb3eb7a607
|
@ -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)},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue