fix: Adjust backups card period description

This commit is contained in:
NaiJi 2024-12-17 01:19:19 -05:00
parent afc552353a
commit bf1d287d65

View file

@ -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(),