mirror of
https://github.com/bitwarden/browser.git
synced 2025-12-05 09:14:28 +01:00
Merge cdfe91cdcc into d32365fbba
This commit is contained in:
commit
48393ae2fa
@ -372,7 +372,7 @@ export class EventService {
|
||||
msg = humanReadableMsg = this.i18nService.t("enabledSso");
|
||||
break;
|
||||
case EventType.Organization_DisabledSso:
|
||||
msg = humanReadableMsg = this.i18nService.t("disabledSso");
|
||||
msg = humanReadableMsg = this.i18nService.t("ssoTurnedOff");
|
||||
break;
|
||||
case EventType.Organization_EnabledKeyConnector:
|
||||
msg = humanReadableMsg = this.i18nService.t("enabledKeyConnector");
|
||||
|
||||
@ -7158,8 +7158,8 @@
|
||||
"enabledSso": {
|
||||
"message": "SSO turned on"
|
||||
},
|
||||
"disabledSso": {
|
||||
"message": "SSO turned on"
|
||||
"ssoTurnedOff": {
|
||||
"message": "SSO turned off"
|
||||
},
|
||||
"emailMustLoginWithSso": {
|
||||
"message": "$EMAIL$ must login with Single Sign-on",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user