diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 46f89c38..4de2c05c 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -660,6 +660,7 @@ "integrations": "Integrations", "playback": "Playback", "backup_restore": "Backup & Restore", + "backup_restore_desc": "Create and restore app backups", "updates": "Updates", "about": "About", "developer": "Developer", diff --git a/src/i18n/locales/pt-BR.json b/src/i18n/locales/pt-BR.json index 736840c6..b5cebd6f 100644 --- a/src/i18n/locales/pt-BR.json +++ b/src/i18n/locales/pt-BR.json @@ -668,6 +668,7 @@ "integrations": "Integrações", "playback": "Reprodução", "backup_restore": "Backup e Restauração", + "backup_restore_desc": "Crie e restaure backups", "updates": "Atualizações", "about": "Sobre", "developer": "Desenvolvedor", diff --git a/src/screens/SettingsScreen.tsx b/src/screens/SettingsScreen.tsx index b2bb71a2..8f0dffe5 100644 --- a/src/screens/SettingsScreen.tsx +++ b/src/screens/SettingsScreen.tsx @@ -544,7 +544,7 @@ const SettingsScreen: React.FC = () => { } onPress={() => navigation.navigate('Backup')}