Fix typos.

This commit is contained in:
Dain Nilsson 2022-02-22 13:15:49 +01:00
parent 2f03d64e3d
commit affda87841
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ class _ManagePasswordDialogState extends ConsumerState<ManagePasswordDialog> {
crossAxisAlignment: CrossAxisAlignment.end,
children: const [
Text(
'You password is remembered by the app.',
'Your password is remembered by the app.',
style: TextStyle(fontWeight: FontWeight.bold),
),
],

View File

@ -25,7 +25,7 @@ class ResetDialog extends ConsumerWidget {
'Warning! This will irrevocably delete all OATH TOTP/HOTP accounts from your YubiKey.'),
const Text(''),
Text(
'You OATH credentials, as well as any password set, will be removed from this YubiKey. Make sure to first disable these from their respective web sites to avoid being locked out of your accounts.',
'Your OATH credentials, as well as any password set, will be removed from this YubiKey. Make sure to first disable these from their respective web sites to avoid being locked out of your accounts.',
style: Theme.of(context).textTheme.bodyText1,
),
],