mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 16:32:01 +03:00
Fix wrong string used
This commit is contained in:
parent
1e11690e51
commit
97d2f798dd
@ -164,7 +164,6 @@ class _ResetDialogState extends ConsumerState<ResetDialog> {
|
||||
children: [
|
||||
SegmentedButton<Capability>(
|
||||
emptySelectionAllowed: true,
|
||||
//showSelectedIcon: false,
|
||||
segments: [
|
||||
Capability.oath,
|
||||
Capability.fido2,
|
||||
|
@ -138,7 +138,7 @@ List<ActionItem> buildCredentialActions(
|
||||
actionStyle: ActionStyle.error,
|
||||
icon: const Icon(Icons.delete),
|
||||
title: l10n.s_delete_passkey,
|
||||
subtitle: l10n.l_delete_account_desc,
|
||||
subtitle: l10n.l_delete_passkey_desc,
|
||||
intent: DeleteIntent(credential),
|
||||
),
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user