mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
feat: add warning
This commit is contained in:
parent
032de9ff2f
commit
6e1d49fd60
2 changed files with 6 additions and 0 deletions
|
|
@ -1424,6 +1424,7 @@
|
|||
"note_apply_storage_label_to_previously_uploaded assets": "Note: To apply the Storage Label to previously uploaded assets, run the",
|
||||
"notes": "Notes",
|
||||
"nothing_here_yet": "Nothing here yet",
|
||||
"notification_backup_reliability": "Enable notification to improve background backup reliability",
|
||||
"notification_permission_dialog_content": "To enable notifications, go to Settings and select allow.",
|
||||
"notification_permission_list_tile_content": "Grant permission to enable notifications.",
|
||||
"notification_permission_list_tile_enable_button": "Enable Notifications",
|
||||
|
|
|
|||
|
|
@ -161,6 +161,11 @@ class _DriftBackupPageState extends ConsumerState<DriftBackupPage> {
|
|||
),
|
||||
),
|
||||
},
|
||||
Text(
|
||||
"notification_backup_reliability".t(),
|
||||
style: context.textTheme.bodySmall?.copyWith(color: context.colorScheme.onSurfaceSecondary),
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
TextButton.icon(
|
||||
icon: const Icon(Icons.info_outline_rounded),
|
||||
onPressed: () => context.pushRoute(const DriftUploadDetailRoute()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue