[AC-1361] Update organization vault export scope call out copy (#5944)

This commit is contained in:
Shane Melton 2023-08-07 10:20:59 -07:00 committed by GitHub
parent e98cbed437
commit a05b4fd094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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,
} }
: { : {