@n8n/i18n 1.13.0-exp.0 → 1.13.1-exp.0
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/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/types.d.cts +1 -0
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3003,6 +3003,7 @@ Return "Good morning" if time is before 10am, "Good day" it's before 5pm, otherw
|
|
|
3003
3003
|
"settings.sso.settings.save.activate.cancel": "Cancel",
|
|
3004
3004
|
"settings.sso.settings.save.activate.test": "Test settings",
|
|
3005
3005
|
"settings.sso.settings.save.error": "Error saving SAML SSO configuration",
|
|
3006
|
+
"settings.sso.settings.save.error_oidc": "Error saving OIDC SSO configuration",
|
|
3006
3007
|
"settings.sso.settings.footer.hint": "Don't forget to activate SAML SSO once you've saved the settings.",
|
|
3007
3008
|
"settings.sso.actionBox.title": "Available on the Enterprise plan",
|
|
3008
3009
|
"settings.sso.actionBox.description": "Use Single Sign On to consolidate authentication into a single platform to improve security and agility.",
|