1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

Add missing i18n string (#1161)

This commit is contained in:
Thomas Rittson
2021-11-16 20:41:25 +10:00
committed by GitHub
parent dd602024d8
commit ca700e4feb

View File

@@ -1775,6 +1775,9 @@
"leaveOrganizationConfirmation": { "leaveOrganizationConfirmation": {
"message": "Are you sure you want to leave this organization?" "message": "Are you sure you want to leave this organization?"
}, },
"leftOrganization": {
"message": "You have left the organization."
},
"ssoKeyConnectorUnavailable": { "ssoKeyConnectorUnavailable": {
"message": "Unable to reach the key connector, try again later." "message": "Unable to reach the key connector, try again later."
} }