mirror of
https://github.com/bitwarden/browser
synced 2026-02-22 12:24:01 +00:00
key connector domain in convert to key connector command
This commit is contained in:
@@ -44,6 +44,7 @@ export class ConvertToKeyConnectorCommand {
|
||||
message: this.i18nService.t(
|
||||
"removeMasterPasswordForOrganizationUserKeyConnector",
|
||||
organization.name,
|
||||
organization.keyConnectorUrl,
|
||||
),
|
||||
choices: [
|
||||
{
|
||||
|
||||
@@ -189,11 +189,15 @@
|
||||
"message": "An organization you are a member of is using Key Connector. In order to access the vault, you must opt-in to Key Connector now via the web vault. You have been logged out."
|
||||
},
|
||||
"removeMasterPasswordForOrganizationUserKeyConnector": {
|
||||
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator.",
|
||||
"message": "$ORGANIZATION$ has updated its member decryption options. You no longer need a password when logging into Bitwarden. Please confirm the domain below with your organization administrator. Key Connector domain: $KEYCONNECTORDOMAIN$",
|
||||
"placeholders": {
|
||||
"organization": {
|
||||
"content": "$1",
|
||||
"example": "My Org Name"
|
||||
},
|
||||
"keyConnectorDomain": {
|
||||
"content": "$2",
|
||||
"example": "Key Connector domain"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user