1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-28 04:08:47 +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 <i
class="bwi bwi-exclamation-triangle text-warning" class="bwi bwi-exclamation-triangle text-warning"
title="{{ 'attachmentFixDesc' | i18n }}" title="{{ 'attachmentFixDescription' | i18n }}"
aria-hidden="true" aria-hidden="true"
></i> ></i>
<span class="sr-only">{{ "attachmentFixDesc" | i18n }}</span></a <span class="sr-only">{{ "attachmentFixDescription" | i18n }}</span></a
> >
<button <button
type="button" type="button"

View File

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