From ccf0d64a7ba269aa4fda8bf986625a25d4a9687d Mon Sep 17 00:00:00 2001 From: Robyn MacCallum Date: Wed, 11 May 2022 13:32:42 -0400 Subject: [PATCH] Use correct localization string (#1665) --- .../components/organization-filter.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/modules/vault-filter/components/organization-filter.component.html b/src/app/modules/vault-filter/components/organization-filter.component.html index 4844237bac..90c283595d 100644 --- a/src/app/modules/vault-filter/components/organization-filter.component.html +++ b/src/app/modules/vault-filter/components/organization-filter.component.html @@ -49,7 +49,7 @@ href="#" routerLink="/settings/create-organization" class="text-muted ml-auto create-organization-link" - appA11yTitle="{{ 'addOrganization' | i18n }}" + appA11yTitle="{{ 'newOrganization' | i18n }}" > @@ -114,7 +114,7 @@ href="#" routerLink="/settings/create-organization" class="text-muted ml-auto create-organization-link" - appA11yTitle="{{ 'addOrganization' | i18n }}" + appA11yTitle="{{ 'newOrganization' | i18n }}" >