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

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