From a05b4fd094a46b302feafd99548ef79d3212232b Mon Sep 17 00:00:00 2001 From: Shane Melton Date: Mon, 7 Aug 2023 10:20:59 -0700 Subject: [PATCH] [AC-1361] Update organization vault export scope call out copy (#5944) --- apps/web/src/locales/en/messages.json | 4 ++-- .../tools/export/components/export-scope-callout.component.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 570c4b6158..e15b3f1b17 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -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", diff --git a/libs/angular/src/tools/export/components/export-scope-callout.component.ts b/libs/angular/src/tools/export/components/export-scope-callout.component.ts index 301d427c29..3095cd5e83 100644 --- a/libs/angular/src/tools/export/components/export-scope-callout.component.ts +++ b/libs/angular/src/tools/export/components/export-scope-callout.component.ts @@ -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, } : {