-
Notifications
You must be signed in to change notification settings - Fork 229
Expand file tree
/
Copy pathen.ftl
More file actions
17 lines (15 loc) · 837 Bytes
/
en.ftl
File metadata and controls
17 lines (15 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## UnitRowPasskey
passkey-row-header = Passkeys
passkey-row-enabled = Enabled
passkey-row-not-set = Not set
passkey-row-action-create = Create
passkey-row-description = Make sign in easier and more secure by using your phone or other supported device to get into your account.
# External link to a support article about passkeys.
passkey-row-info-link-2 = Learn more
# Shown as a warning banner when the user has registered the maximum number of passkeys.
# Variables:
# $count (Number) - the maximum number of passkeys allowed (defaults to 10 allowed)
passkey-row-max-limit-banner = You’ve used all { $count } passkeys. Delete a passkey to create a new one.
# Tooltip shown on the disabled Create button when the passkey limit is reached
passkey-row-max-limit-disabled-reason = You’ve reached the maximum number of passkeys.
##