Skip to content

Commit

Permalink
Paragraph change
Browse files Browse the repository at this point in the history
  • Loading branch information
yekta committed Mar 4, 2024
1 parent bcd8798 commit b873450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/accounts/accounts_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ class _AppAccountsWidgetState extends State<AppAccountsWidget> {
BuildContext context, Account account, StateSetter setState) {
var deleteExternalAccountHeader = "Delete External Account";
var deleteExternalAccountParagraph =
"Deleting an external account is irreversible. If you don't have its secret phrase backed up, you won't be able to recover it later. Are you sure you want to delete the account from this device?";
"Deleting an external account from your device is irreversible. If you don't have its secret phrase backed up, you won't be able to recover it later. Are you sure you want to delete?";
var isExternalAccount = account.index == -1;
List<Widget> _actions = List();
_actions.add(SlideAction(
Expand Down

0 comments on commit b873450

Please sign in to comment.