diff --git a/lib/screens/delete_account/delete_account_screen.dart b/lib/screens/delete_account/delete_account_screen.dart index 20d6e96..b4fc499 100644 --- a/lib/screens/delete_account/delete_account_screen.dart +++ b/lib/screens/delete_account/delete_account_screen.dart @@ -306,7 +306,7 @@ class DeleteAccountScreen extends StatelessWidget { queryParameters: { 'subject': 'Account Deletion Request', 'body': - 'Please delete my QPay account. My registered phone ' + 'Please delete my Velocity account. My registered phone ' 'number is: [enter your phone number]', }, ), @@ -503,7 +503,7 @@ class DeleteAccountScreen extends StatelessWidget { ), const SizedBox(width: 8), Text( - 'support@qpay.co.zw', + 'support@velocityafrica.net', style: TextStyle( fontSize: 14, fontWeight: FontWeight.w600,