diff --git a/lib/ui/settings/account_section_widget.dart b/lib/ui/settings/account_section_widget.dart index d8082dcbe..8d7259e2b 100644 --- a/lib/ui/settings/account_section_widget.dart +++ b/lib/ui/settings/account_section_widget.dart @@ -177,7 +177,7 @@ class AccountSectionWidget extends StatelessWidget { child: Column( children: [ const Text( - "Please select a file that contains a list of secrets in the following format", + "Please select a file that contains a list of your codes in the following format", ), const SizedBox( height: 20, @@ -200,7 +200,7 @@ class AccountSectionWidget extends StatelessWidget { height: 20, ), const Text( - "The secrets can be separated by a comma or a new line", + "The codes can be separated by a comma or a new line", ), ], ),