mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-24 21:41:33 +01:00
[PM-2014] feat: change to new figma design Encryption not supported
This commit is contained in:
parent
adca0449b6
commit
f1c399f71a
@ -21,7 +21,9 @@
|
||||
<i class="bwi bwi-lock-encrypted"></i>
|
||||
{{ "supportsEncryption" | i18n }}
|
||||
</ng-container>
|
||||
<ng-container *ngIf="!credential.prfSupport">-</ng-container>
|
||||
<span bitTypography="body1" class="tw-text-muted">
|
||||
{{ "encryptionNotSupported" | i18n }}
|
||||
</span>
|
||||
</td>
|
||||
<td class="tw-py-2 tw-pl-10 tw-pr-0">
|
||||
<button
|
||||
|
@ -661,8 +661,8 @@
|
||||
"customPasskeyNameInfo": {
|
||||
"message": "Name your passkey to help you identify it."
|
||||
},
|
||||
"supportsEncryption": {
|
||||
"message": "supports encryption"
|
||||
"encryptionNotSupported": {
|
||||
"message": "Encryption not supported"
|
||||
},
|
||||
"loginWithPasskeyEnabled": {
|
||||
"message": "Log in with passkey turned on"
|
||||
|
Loading…
Reference in New Issue
Block a user