mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-31 18:56:21 +00:00
fix: Adjust backups card period description
This commit is contained in:
parent
afc552353a
commit
bf1d287d65
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class _ProvidersPageState extends State<ProvidersPage> {
|
|||
'period': period.toPrettyString(context.locale),
|
||||
},
|
||||
)
|
||||
: 'backup.card_subtitle_never'.tr(),
|
||||
: 'backup.autobackup_period_never'.tr(),
|
||||
'lastBackups': backups.isNotEmpty
|
||||
? DateFormat('yyyy-MM-dd H:m').format(backups.first.time)
|
||||
: 'backup.card_subtitle_never'.tr(),
|
||||
|
|
Loading…
Add table
Reference in a new issue