[SM-839] remove enable from copy (#5721)
* remove enable from copy * revert af changes; update en locale to remove enable copy
This commit is contained in:
parent
a004453034
commit
69945adba2
|
@ -1,5 +1,5 @@
|
||||||
<bit-dialog dialogSize="large">
|
<bit-dialog dialogSize="large">
|
||||||
<span bitDialogTitle>{{ "enableSecretsManager" | i18n }}</span>
|
<span bitDialogTitle>{{ "activateSecretsManager" | i18n }}</span>
|
||||||
<span bitDialogContent>
|
<span bitDialogContent>
|
||||||
<p>{{ "bulkEnableSecretsManagerDescription" | i18n }}</p>
|
<p>{{ "bulkEnableSecretsManagerDescription" | i18n }}</p>
|
||||||
<bit-table [dataSource]="dataSource">
|
<bit-table [dataSource]="dataSource">
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
</span>
|
</span>
|
||||||
<ng-container bitDialogFooter>
|
<ng-container bitDialogFooter>
|
||||||
<button type="button" bitButton buttonType="primary" [bitAction]="submit">
|
<button type="button" bitButton buttonType="primary" [bitAction]="submit">
|
||||||
{{ "enableAccess" | i18n }}
|
{{ "activateAccess" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<button type="button" bitButton buttonType="secondary" bitDialogClose>
|
<button type="button" bitButton buttonType="secondary" bitDialogClose>
|
||||||
{{ "close" | i18n }}
|
{{ "close" | i18n }}
|
||||||
|
|
|
@ -39,7 +39,7 @@ export class BulkEnableSecretsManagerDialogComponent implements OnInit {
|
||||||
this.platformUtilsService.showToast(
|
this.platformUtilsService.showToast(
|
||||||
"success",
|
"success",
|
||||||
null,
|
null,
|
||||||
this.i18nService.t("enabledAccessToSecretsManager")
|
this.i18nService.t("activatedAccessToSecretsManager")
|
||||||
);
|
);
|
||||||
this.dialogRef.close();
|
this.dialogRef.close();
|
||||||
};
|
};
|
||||||
|
|
|
@ -265,7 +265,7 @@
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
</h3>
|
</h3>
|
||||||
<p class="tw-text-muted">{{ "secretsManagerAccessDesc" | i18n }}</p>
|
<p class="tw-text-muted">{{ "secretsManagerAccessDescription" | i18n }}</p>
|
||||||
<bit-form-control>
|
<bit-form-control>
|
||||||
<input type="checkbox" bitCheckbox formControlName="accessSecretsManager" />
|
<input type="checkbox" bitCheckbox formControlName="accessSecretsManager" />
|
||||||
<bit-label>
|
<bit-label>
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
<bit-menu #headerMenu>
|
<bit-menu #headerMenu>
|
||||||
<ng-container *ngIf="canUseSecretsManager$ | async">
|
<ng-container *ngIf="canUseSecretsManager$ | async">
|
||||||
<button type="button" bitMenuItem (click)="bulkEnableSM()">
|
<button type="button" bitMenuItem (click)="bulkEnableSM()">
|
||||||
{{ "enableSecretsManager" | i18n }}
|
{{ "activateSecretsManager" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
<bit-menu-divider></bit-menu-divider>
|
<bit-menu-divider></bit-menu-divider>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
|
@ -6627,8 +6627,8 @@
|
||||||
"secretsManager": {
|
"secretsManager": {
|
||||||
"message": "Secrets Manager"
|
"message": "Secrets Manager"
|
||||||
},
|
},
|
||||||
"secretsManagerAccessDesc": {
|
"secretsManagerAccessDescription": {
|
||||||
"message": "Enable user access to Secrets Manager."
|
"message": "Activate user access to Secrets Manager."
|
||||||
},
|
},
|
||||||
"userAccessSecretsManagerGA": {
|
"userAccessSecretsManagerGA": {
|
||||||
"message": "This user can access Secrets Manager"
|
"message": "This user can access Secrets Manager"
|
||||||
|
@ -6859,19 +6859,19 @@
|
||||||
"updatedTempPassword": {
|
"updatedTempPassword": {
|
||||||
"message": "User updated a password issued through account recovery."
|
"message": "User updated a password issued through account recovery."
|
||||||
},
|
},
|
||||||
"enabledAccessToSecretsManager": {
|
"activatedAccessToSecretsManager": {
|
||||||
"message": "Enabled access to Secrets Manager",
|
"message": "Activated access to Secrets Manager",
|
||||||
"description": "Confirmation message that one or more users gained access to Secrets Manager"
|
"description": "Confirmation message that one or more users gained access to Secrets Manager"
|
||||||
},
|
},
|
||||||
"enableAccess": {
|
"activateAccess": {
|
||||||
"message": "Enable access"
|
"message": "Activate access"
|
||||||
},
|
},
|
||||||
"bulkEnableSecretsManagerDescription": {
|
"bulkEnableSecretsManagerDescription": {
|
||||||
"message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.",
|
"message": "Grant the following members access to Secrets Manager. The role granted in the Password Manager will apply to Secrets Manager.",
|
||||||
"description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager."
|
"description": "This description is shown to an admin when they are attempting to add more users to Secrets Manager."
|
||||||
},
|
},
|
||||||
"enableSecretsManager": {
|
"activateSecretsManager": {
|
||||||
"message": "Enable Secrets Manager"
|
"message": "Activate Secrets Manager"
|
||||||
},
|
},
|
||||||
"yourOrganizationsFingerprint": {
|
"yourOrganizationsFingerprint": {
|
||||||
"message": "Your organization's fingerprint phrase",
|
"message": "Your organization's fingerprint phrase",
|
||||||
|
|
Loading…
Reference in New Issue