fix(mobile): distinguish backup settings title from 'backup_controller_page_backup' translation entry (#20237)

Different translation in some languages like in French ('Sauvegarde' for title, otherwise 'Sauvegardé')
This commit is contained in:
Alexandre Garnier 2025-07-26 01:07:59 +02:00 committed by GitHub
parent c6b25ef111
commit cb344cb014
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -511,6 +511,7 @@
"back_close_deselect": "Back, close, or deselect",
"background_location_permission": "Background location permission",
"background_location_permission_content": "In order to switch networks when running in the background, Immich must *always* have precise location access so the app can read the Wi-Fi network's name",
"backup": "Backup",
"backup_album_selection_page_albums_device": "Albums on device ({count})",
"backup_album_selection_page_albums_tap": "Tap to include, double tap to exclude",
"backup_album_selection_page_assets_scatter": "Assets can scatter across multiple albums. Thus, albums can be included or excluded during the backup process.",

View File

@ -34,7 +34,7 @@ enum SettingSection {
"asset_viewer_settings_subtitle",
),
backup(
'backup_controller_page_backup',
'backup',
Icons.cloud_upload_outlined,
"backup_setting_subtitle",
),