1
0
mirror of https://github.com/bitwarden/web synced 2025-12-26 13:13:24 +00:00

Minor UI tweaks

This commit is contained in:
Thomas Rittson
2021-03-25 09:23:58 +10:00
parent 37fd6b82d2
commit 2a2d15e83b
4 changed files with 14 additions and 8 deletions

View File

@@ -153,7 +153,7 @@
</app-callout>
<div class="form-check">
<input class="form-check-input" type="checkbox" id="sendDisableHideEmail" [(ngModel)]="sendDisableHideEmail"
name="SendDisableHideEmail">
name="SendDisableHideEmail" [disabled]="!enabled">
<label class="form-check-label" for="sendDisableHideEmail">{{'disableHideEmail' | i18n}}</label>
</div>
</ng-container>

View File

@@ -6,7 +6,7 @@
<div class="col-12 text-center" *ngIf="creatorIdentifier != null">
<p>{{'sendCreatorIdentifier' | i18n: creatorIdentifier }}</p>
</div>
<div class="col-8 text-center" *ngIf="creatorIdentifier == null && !loading && !unavailable">
<div class="col-8" *ngIf="creatorIdentifier == null && !loading && !unavailable">
<app-callout type="warning" title="{{'warning' | i18n}}">
{{'viewSendHiddenEmailWarning' | i18n }} <a href="https://bitwarden.com/help/article/receive-send/">{{'learnMore' | i18n}}</a>.
</app-callout>

View File

@@ -13,7 +13,10 @@
<span>{{'sendDisabledWarning' | i18n}}</span>
</app-callout>
<app-callout *ngIf="!disableSend && disableHideEmail">
<span>{{'sendDisableHideEmailWarning' | i18n}}</span>
<span>{{'sendOptionsPolicyInEffect' | i18n}}</span>
<ul class="mb-0">
<li>{{'sendDisableHideEmailInEffect' | i18n}}</li>
</ul>
</app-callout>
<div class="row">
<div class="col-6 form-group">

View File

@@ -3417,7 +3417,7 @@
"message": "Are you sure you want to remove the password?"
},
"hideEmail": {
"message": "Do not show my email address to the recipients of this Send."
"message": "Hide my email address from the recipients of this Send."
},
"disableThisSend": {
"message": "Disable this Send so that no one can access it.",
@@ -3638,10 +3638,6 @@
"message": "Due to an enterprise policy, you are only able to delete an existing Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendDisableHideEmailWarning": {
"message": "Due to an enterprise policy, you are not allowed to hide your email address in a Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendOptions": {
"message": "Send Options"
},
@@ -3655,6 +3651,13 @@
"message": "Do not allow users to hide their email address when creating or editing a Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendOptionsPolicyInEffect": {
"message": "The following organization policies are currently in effect:"
},
"sendDisableHideEmailInEffect": {
"message": "Users are not allowed to hide their email address when creating or editing a Send.",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"modifiedPolicyId": {
"message": "Modified policy $ID$.",
"placeholders": {