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