Clarify that account deletion applies to all products
This commit is contained in:
parent
408e3bd2b6
commit
3dd408af01
1 changed files with 4 additions and 3 deletions
|
@ -152,9 +152,10 @@ class DeleteAccountPage extends StatelessWidget {
|
|||
if (hasAuthenticated) {
|
||||
final choice = await showChoiceDialog(
|
||||
context,
|
||||
'Are you sure you want to delete your account?',
|
||||
'Your uploaded data will be scheduled for deletion, and your account '
|
||||
'will be permanently deleted. \n\nThis action is not reversible.',
|
||||
'Are you sure you want to delete your ente account?',
|
||||
'Your uploaded data, across all apps '
|
||||
'(Photos and Authenticator both), will be scheduled for deletion,'
|
||||
'and your account will be permanently deleted.',
|
||||
firstAction: 'Cancel',
|
||||
secondAction: 'Delete',
|
||||
firstActionColor: Theme.of(context).colorScheme.onSurface,
|
||||
|
|
Loading…
Add table
Reference in a new issue