mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
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:
parent
c6b25ef111
commit
cb344cb014
2 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ enum SettingSection {
|
|||
"asset_viewer_settings_subtitle",
|
||||
),
|
||||
backup(
|
||||
'backup_controller_page_backup',
|
||||
'backup',
|
||||
Icons.cloud_upload_outlined,
|
||||
"backup_setting_subtitle",
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue