mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-11 23:54:43 +08:00
Fix typo in unlink connected accounts modal [SCI-10671]
This commit is contained in:
parent
21f224c05c
commit
f9a060e5dd
1 changed files with 4 additions and 4 deletions
|
@ -2905,7 +2905,7 @@ en:
|
|||
unlink_button: "Unlink"
|
||||
unlink_modal:
|
||||
title: "Unlink Microsoft Entra ID account?"
|
||||
description_1: "Are you sure you would like unlink Microsoft Entra ID and SciNote accounts?"
|
||||
description_1: "Are you sure you would like to unlink Microsoft Entra ID and SciNote accounts?"
|
||||
submit_button: "Submit"
|
||||
okta:
|
||||
title: "Your Okta Account"
|
||||
|
@ -2914,7 +2914,7 @@ en:
|
|||
unlink_button: "Unlink"
|
||||
unlink_modal:
|
||||
title: "Unlink Okta account?"
|
||||
description_1: "Are you sure you would like unlink Okta and SciNote accounts?"
|
||||
description_1: "Are you sure you would like to unlink Okta and SciNote accounts?"
|
||||
submit_button: "Submit"
|
||||
openid_connect:
|
||||
title: "Your OpenID Connect Account"
|
||||
|
@ -2923,7 +2923,7 @@ en:
|
|||
unlink_button: "Unlink"
|
||||
unlink_modal:
|
||||
title: "Unlink OpenID Connect account?"
|
||||
description_1: "Are you sure you would like unlink OpenID Connect and SciNote accounts?"
|
||||
description_1: "Are you sure you would like unlink to OpenID Connect and SciNote accounts?"
|
||||
submit_button: "Submit"
|
||||
saml:
|
||||
title: "Your SAML Account"
|
||||
|
@ -2932,7 +2932,7 @@ en:
|
|||
unlink_button: "Unlink"
|
||||
unlink_modal:
|
||||
title: "Unlink SAML account?"
|
||||
description_1: "Are you sure you would like unlink SAML and SciNote accounts?"
|
||||
description_1: "Are you sure you would like to unlink SAML and SciNote accounts?"
|
||||
submit_button: "Submit"
|
||||
errors:
|
||||
not_found: "You have no Connected accounts for this provider"
|
||||
|
|
Loading…
Add table
Reference in a new issue