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