Clarify that account deletion applies to all products

This commit is contained in:
vishnukvmd 2022-11-03 16:13:48 +05:30
parent 408e3bd2b6
commit 3dd408af01

View file

@ -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,