1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-30 16:23:53 +00:00

PM-29919 resolved pr comments

This commit is contained in:
Ben McFerren
2026-01-15 10:05:57 -05:00
parent fe43c112dc
commit ab080cc2e5
3 changed files with 6 additions and 4 deletions

View File

@@ -981,6 +981,9 @@
"no": {
"message": "No"
},
"noAuth": {
"message": "No Auth"
},
"location": {
"message": "Location"
},
@@ -6101,6 +6104,6 @@
"message": "Enter multiple emails by separating with a comma"
},
"emailPlaceholder": {
"message": "sbolina@bitwarden.com , sbolina@acme.com"
"message": "user@bitwarden.com , user@acme.com"
}
}

View File

@@ -12640,7 +12640,7 @@
"message": "Enter multiple emails by separating with a comma"
},
"emailPlaceholder": {
"message": "sbolina@bitwarden.com , sbolina@acme.com"
"message": "user@bitwarden.com , user@acme.com"
},
"whenYouRemoveStorage": {
"message": "When you remove storage, you will receive a prorated account credit that will automatically go toward your next bill."

View File

@@ -96,8 +96,7 @@
[appCopyClick]="sendDetailsForm.get('password').value"
showToast
></button>
}
@if (hasPassword) {
} @else {
<button
class="tw-border-l-0 last:tw-rounded-r focus-visible:tw-border-l focus-visible:tw-ml-[-1px]"
type="button"