1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-01 13:13:36 +01:00

[PM-14874] Update account ownership message in account page (#12104)

This commit is contained in:
Rui Tomé 2024-11-27 15:50:37 +00:00 committed by GitHub
parent d448db5ed7
commit 37c7421000
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
</button>
</div>
<div *ngIf="managingOrganization$ | async as managingOrganization">
{{ "accountIsManagedMessage" | i18n: managingOrganization?.name }}
{{ "accountIsOwnedMessage" | i18n: managingOrganization?.name }}
<a href="https://bitwarden.com/help/claimed-accounts">
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
</a>

View File

@ -1785,8 +1785,8 @@
"sessionsDeauthorized": {
"message": "All sessions deauthorized"
},
"accountIsManagedMessage": {
"message": "This account is managed by $ORGANIZATIONNAME$",
"accountIsOwnedMessage": {
"message": "This account is owned by $ORGANIZATIONNAME$",
"placeholders": {
"organizationName": {
"content": "$1",