Fix wrong string used

This commit is contained in:
Dain Nilsson 2024-01-29 11:17:37 +01:00
parent 1e11690e51
commit 97d2f798dd
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
2 changed files with 1 additions and 2 deletions

View File

@ -164,7 +164,6 @@ class _ResetDialogState extends ConsumerState<ResetDialog> {
children: [
SegmentedButton<Capability>(
emptySelectionAllowed: true,
//showSelectedIcon: false,
segments: [
Capability.oath,
Capability.fido2,

View File

@ -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),
),
];