1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-20 09:35:22 +02:00

PM-2739 updated tooltip text for fix old attachment (#5745)

* updated english translation key for tooltip

* updated key for attachmentFixDescription
This commit is contained in:
Jason Ng 2023-08-04 10:30:16 -04:00 committed by GitHub
parent 15597fb4e9
commit 2524b7486a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -48,10 +48,10 @@
>
<i
class="bwi bwi-exclamation-triangle text-warning"
title="{{ 'attachmentFixDesc' | i18n }}"
title="{{ 'attachmentFixDescription' | i18n }}"
aria-hidden="true"
></i>
<span class="sr-only">{{ "attachmentFixDesc" | i18n }}</span></a
<span class="sr-only">{{ "attachmentFixDescription" | i18n }}</span></a
>
<button
type="button"

View File

@ -3590,8 +3590,8 @@
"attachmentsNeedFix": {
"message": "This item has old file attachments that need to be fixed."
},
"attachmentFixDesc": {
"message": "This is an old file attachment the needs to be fixed. Click to learn more."
"attachmentFixDescription": {
"message": "This attachment uses outdated encryption. Select 'Fix' to download, re-encrypt, and re-upload the attachment."
},
"fix": {
"message": "Fix",