1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-12-05 09:14:28 +01:00
This commit is contained in:
MarsCandyBars 2025-12-04 18:40:34 -06:00 committed by GitHub
commit 48393ae2fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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");

View File

@ -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",