mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PM-14874] Update account ownership message in account page (#12104)
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="managingOrganization$ | async as managingOrganization">
|
<div *ngIf="managingOrganization$ | async as managingOrganization">
|
||||||
{{ "accountIsManagedMessage" | i18n: managingOrganization?.name }}
|
{{ "accountIsOwnedMessage" | i18n: managingOrganization?.name }}
|
||||||
<a href="https://bitwarden.com/help/claimed-accounts">
|
<a href="https://bitwarden.com/help/claimed-accounts">
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@@ -1785,8 +1785,8 @@
|
|||||||
"sessionsDeauthorized": {
|
"sessionsDeauthorized": {
|
||||||
"message": "All sessions deauthorized"
|
"message": "All sessions deauthorized"
|
||||||
},
|
},
|
||||||
"accountIsManagedMessage": {
|
"accountIsOwnedMessage": {
|
||||||
"message": "This account is managed by $ORGANIZATIONNAME$",
|
"message": "This account is owned by $ORGANIZATIONNAME$",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"organizationName": {
|
"organizationName": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
|
|||||||
Reference in New Issue
Block a user