mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Fix missing translation for unlinking SSO dialog (#1350)
This commit is contained in:
committed by
GitHub
parent
f5fdb34f7d
commit
3880d60101
@@ -77,7 +77,7 @@ export class OrganizationsComponent implements OnInit {
|
|||||||
|
|
||||||
async unlinkSso(org: Organization) {
|
async unlinkSso(org: Organization) {
|
||||||
const confirmed = await this.platformUtilsService.showDialog(
|
const confirmed = await this.platformUtilsService.showDialog(
|
||||||
"Are you sure you want to unlink SSO for this organization?",
|
this.i18nService.t("unlinkSsoConfirmation"),
|
||||||
org.name,
|
org.name,
|
||||||
this.i18nService.t("yes"),
|
this.i18nService.t("yes"),
|
||||||
this.i18nService.t("no"),
|
this.i18nService.t("no"),
|
||||||
|
|||||||
@@ -3444,6 +3444,9 @@
|
|||||||
"unlinkSso": {
|
"unlinkSso": {
|
||||||
"message": "Unlink SSO"
|
"message": "Unlink SSO"
|
||||||
},
|
},
|
||||||
|
"unlinkSsoConfirmation": {
|
||||||
|
"message": "Are you sure you want to unlink SSO for this organization?"
|
||||||
|
},
|
||||||
"linkSso": {
|
"linkSso": {
|
||||||
"message": "Link SSO"
|
"message": "Link SSO"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user