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:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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."
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user