[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": {
|
||||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Individual vault items and items from other organizations will not be included.",
|
||||
"exportingOrganizationVaultDesc": {
|
||||
"message": "Only the organization vault associated with $ORGANIZATION$ will be exported. Items in individual vaults or other organizations will not be included.",
|
||||
"placeholders": {
|
||||
"organization": {
|
||||
"content": "$1",
|
||||
|
|
|
@ -30,7 +30,7 @@ export class ExportScopeCalloutComponent implements OnInit {
|
|||
this.organizationId != null
|
||||
? {
|
||||
title: "exportingOrganizationVaultTitle",
|
||||
description: "exportingOrganizationVaultDescription",
|
||||
description: "exportingOrganizationVaultDesc",
|
||||
scopeIdentifier: this.organizationService.get(this.organizationId).name,
|
||||
}
|
||||
: {
|
||||
|
|
Loading…
Reference in New Issue