[AC-1361] Update organization vault export scope call out copy (#5944)
This commit is contained in:
parent
e98cbed437
commit
a05b4fd094
|
@ -5463,8 +5463,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"exportingOrganizationVaultDescription": {
|
"exportingOrganizationVaultDesc": {
|
||||||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Individual vault items and items from other organizations will not be included.",
|
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Items in individual vaults or other organizations will not be included.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"organization": {
|
"organization": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
|
|
|
@ -30,7 +30,7 @@ export class ExportScopeCalloutComponent implements OnInit {
|
||||||
this.organizationId != null
|
this.organizationId != null
|
||||||
? {
|
? {
|
||||||
title: "exportingOrganizationVaultTitle",
|
title: "exportingOrganizationVaultTitle",
|
||||||
description: "exportingOrganizationVaultDescription",
|
description: "exportingOrganizationVaultDesc",
|
||||||
scopeIdentifier: this.organizationService.get(this.organizationId).name,
|
scopeIdentifier: this.organizationService.get(this.organizationId).name,
|
||||||
}
|
}
|
||||||
: {
|
: {
|
||||||
|
|
Loading…
Reference in New Issue