1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00

Use correct localization string (#1665)

This commit is contained in:
Robyn MacCallum
2022-05-11 13:32:42 -04:00
parent 268b16ca98
commit 3e59617fb1

View File

@@ -49,7 +49,7 @@
href="#"
routerLink="/settings/create-organization"
class="text-muted ml-auto create-organization-link"
appA11yTitle="{{ 'addOrganization' | i18n }}"
appA11yTitle="{{ 'newOrganization' | i18n }}"
>
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
</a>
@@ -114,7 +114,7 @@
href="#"
routerLink="/settings/create-organization"
class="text-muted ml-auto create-organization-link"
appA11yTitle="{{ 'addOrganization' | i18n }}"
appA11yTitle="{{ 'newOrganization' | i18n }}"
>
<i class="bwi bwi-plus bwi-fw" aria-hidden="true"></i>
</a>