@clerk/localizations 3.25.8-canary.v20251009201027 → 3.26.0-canary.v20251010143932
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en-US.js +8 -0
- package/dist/en-US.js.map +1 -1
- package/dist/en-US.mjs +8 -0
- package/dist/en-US.mjs.map +1 -1
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
@@ -11922,6 +11922,10 @@ var enUS = {
|
|
11922
11922
|
formTitle: "Verification code",
|
11923
11923
|
subtitle: "To continue, please enter the verification code generated by your authenticator app",
|
11924
11924
|
title: "Two-step verification"
|
11925
|
+
},
|
11926
|
+
enterpriseConnections: {
|
11927
|
+
subtitle: "Select the enterprise account with which you wish to continue.",
|
11928
|
+
title: "Choose your enterprise account"
|
11925
11929
|
}
|
11926
11930
|
},
|
11927
11931
|
signInEnterPasswordTitle: "Enter your password",
|
@@ -12008,6 +12012,10 @@ var enUS = {
|
|
12008
12012
|
subtitleCombined: "Welcome! Please fill in the details to get started.",
|
12009
12013
|
title: "Create your account",
|
12010
12014
|
titleCombined: "Create your account"
|
12015
|
+
},
|
12016
|
+
enterpriseConnections: {
|
12017
|
+
subtitle: "Select the enterprise account with which you wish to continue.",
|
12018
|
+
title: "Choose your enterprise account"
|
12011
12019
|
}
|
12012
12020
|
},
|
12013
12021
|
socialButtonsBlockButton: "Continue with {{provider|titleize}}",
|