Rename 'Danger Zone' to 'Delete My Data' for improved clarity in account settings dialog

This commit is contained in:
Leon Bösche
2026-01-29 00:12:24 +01:00
parent 2623b6818f
commit 54d077fcb8

View File

@@ -717,7 +717,7 @@ class _AccountSettingsDialogState extends State<AccountSettingsDialog> {
), ),
const SizedBox(width: 12), const SizedBox(width: 12),
Text( Text(
'Danger Zone', 'Delete My Data',
style: TextStyle( style: TextStyle(
color: AppTheme.errorColor, color: AppTheme.errorColor,
fontSize: 18, fontSize: 18,