Rename 'Danger Zone' to 'Delete My Data' for improved clarity in account settings dialog
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user