Skip to content

Commit 828337e

Browse files
committed
Also mention security cards for NFC
1 parent c3b16bc commit 828337e

File tree

1 file changed

+1
-1
lines changed
  • credentialsd-ui/src/gui/view_model/gtk

1 file changed

+1
-1
lines changed

credentialsd-ui/src/gui/view_model/gtk/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fn transport_name(transport: &Transport) -> &'static str {
5757
Transport::Internal => "This device",
5858
Transport::HybridQr => "A mobile device",
5959
Transport::HybridLinked => "TODO: Linked Device",
60-
Transport::Nfc => "A security key (NFC)",
60+
Transport::Nfc => "A security key or card (NFC)",
6161
Transport::Usb => "A security key (USB)",
6262
// Transport::PasskeyProvider => ("symbolic-link-symbolic", "ACME Password Manager"),
6363
}

0 commit comments

Comments
 (0)