mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Fix formatting and title of sponsoring org drop down (#1317)
This commit is contained in:
@@ -17,8 +17,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate *ngIf="anyOrgsAvailable">
|
<form #form (ngSubmit)="submit()" [appApiAction]="formPromise" ngNativeValidate *ngIf="anyOrgsAvailable">
|
||||||
<div *ngIf="moreThanOneOrgAvailable" class="form-group col-6">
|
<div *ngIf="moreThanOneOrgAvailable" class="form-group col-7">
|
||||||
<label for="availableSponsorshipOrg">{{ 'sponsoredFamiliesSelectOffer' | i18n}}</label>
|
<label for="availableSponsorshipOrg">{{ 'familiesSponsoringOrgSelect' | i18n}}</label>
|
||||||
<select id="availableSponsorshipOrg" name="Available Sponsorship Organization"
|
<select id="availableSponsorshipOrg" name="Available Sponsorship Organization"
|
||||||
[(ngModel)]="selectedSponsorshipOrgId" class="form-control" required>
|
[(ngModel)]="selectedSponsorshipOrgId" class="form-control" required>
|
||||||
<option value="">-- {{'select' | i18n}} --</option>
|
<option value="">-- {{'select' | i18n}} --</option>
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<small>{{'sponsoredFamiliesLeaveCopy' | i18n}}</small>
|
<small>{{'sponsoredFamiliesLeaveCopy' | i18n}}</small>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-6">
|
<div class="form-group col-7">
|
||||||
<label for="accountEmail">{{'sponsoredFamiliesEmail' | i18n}}:</label>
|
<label for="accountEmail">{{'sponsoredFamiliesEmail' | i18n}}:</label>
|
||||||
<input id="accountEmail" class="form-control" inputmode="email" [(ngModel)]="sponsorshipEmail"
|
<input id="accountEmail" class="form-control" inputmode="email" [(ngModel)]="sponsorshipEmail"
|
||||||
name="sponsorshipEmail" required>
|
name="sponsorshipEmail" required>
|
||||||
|
|||||||
@@ -4518,6 +4518,9 @@
|
|||||||
"sponsoredFamiliesSelectOffer": {
|
"sponsoredFamiliesSelectOffer": {
|
||||||
"message": "Select the organization you would like sponsored"
|
"message": "Select the organization you would like sponsored"
|
||||||
},
|
},
|
||||||
|
"familiesSponsoringOrgSelect": {
|
||||||
|
"message": "Which Free Families offer would you like to redeem?"
|
||||||
|
},
|
||||||
"sponsoredFamiliesEmail": {
|
"sponsoredFamiliesEmail": {
|
||||||
"message": "Enter your personal email to redeem Bitwarden Families"
|
"message": "Enter your personal email to redeem Bitwarden Families"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user