mirror of
https://github.com/bitwarden/browser
synced 2025-12-20 02:03:39 +00:00
Provider qa feedback (#1118)
* Ensure business plan is selected for providers * Show add organization button on if user has valid orgs to add * Correct client owner description * No drop down options if you can't manage organizations
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<div class="form-group col-6" *ngIf="!!providerId">
|
||||
<label for="email">{{'clientOwnerEmail' | i18n}}</label>
|
||||
<input id="email" class="form-control" type="text" name="Email" [(ngModel)]="clientOwnerEmail" required>
|
||||
<small class="text-muted">{{'ownerDesc' | i18n : '20'}}</small>
|
||||
<small class="text-muted">{{'clientOwnerDesc' | i18n : '20'}}</small>
|
||||
</div>
|
||||
</div>
|
||||
<div *ngIf="!providerId">
|
||||
|
||||
@@ -90,6 +90,7 @@ export class OrganizationPlansComponent implements OnInit {
|
||||
|
||||
if (this.providerId) {
|
||||
this.ownedBusiness = true;
|
||||
this.changedOwnedBusiness();
|
||||
}
|
||||
|
||||
this.loading = false;
|
||||
|
||||
@@ -2251,7 +2251,7 @@
|
||||
"message": "The highest access user that can manage all aspects of your organization."
|
||||
},
|
||||
"clientOwnerDesc": {
|
||||
"message": "This email should NOT be associated with the provider. This user will have permissions to access and manage all aspects of this organization."
|
||||
"message": "This user should be independent of the Provider. If the Provider is disassociated with the organization, this user will maintain ownership of the organization."
|
||||
},
|
||||
"admin": {
|
||||
"message": "Admin"
|
||||
|
||||
Reference in New Issue
Block a user