1
0
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:
Andreas Coroiu 2023-05-26 15:00:33 +02:00
parent adca0449b6
commit f1c399f71a
No known key found for this signature in database
GPG Key ID: E70B5FFC81DFEC1A
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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"