diff --git a/console/src/assets/i18n/de.json b/console/src/assets/i18n/de.json index 55a61f9126..6ac0da2a56 100644 --- a/console/src/assets/i18n/de.json +++ b/console/src/assets/i18n/de.json @@ -1752,7 +1752,7 @@ "APP": { "LIST": "Apps", "COMPLIANCE": "OIDC Einhaltung", - "URLS": "Urls", + "URLS": "URLs", "CONFIGURATION": "Konfiguration", "TOKEN": "Token Einstellungen", "PAGES": { @@ -1767,7 +1767,7 @@ "STATE": "Status", "DATECREATED": "Erstellt", "DATECHANGED": "Geändert", - "URLS": "Urls", + "URLS": "URLs", "DELETE": "App löschen", "DETAIL": { "TITLE": "Detail", diff --git a/console/src/assets/i18n/en.json b/console/src/assets/i18n/en.json index 804cb9756d..9fc3ab95bc 100644 --- a/console/src/assets/i18n/en.json +++ b/console/src/assets/i18n/en.json @@ -1753,7 +1753,7 @@ "APP": { "LIST": "Applications", "COMPLIANCE": "OIDC Compliance", - "URLS": "Urls", + "URLS": "URLs", "CONFIGURATION": "Configuration", "TOKEN": "Token Settings", "PAGES": { @@ -1768,7 +1768,7 @@ "STATE": "Status", "DATECREATED": "Created", "DATECHANGED": "Changed", - "URLS": "Urls", + "URLS": "URLs", "DELETE": "Delete App", "DETAIL": { "TITLE": "Detail", diff --git a/console/src/assets/i18n/fr.json b/console/src/assets/i18n/fr.json index 67b5ffaebd..e0c36be0bb 100644 --- a/console/src/assets/i18n/fr.json +++ b/console/src/assets/i18n/fr.json @@ -1752,7 +1752,7 @@ "APP": { "LIST": "Applications", "COMPLIANCE": "Conformité à l'OIDC", - "URLS": "Urls", + "URLS": "URLs", "CONFIGURATION": "Configuration", "TOKEN": "Paramètres du jeton", "PAGES": { @@ -1767,7 +1767,7 @@ "STATE": "Statut", "DATECREATED": "Créé", "DATECHANGED": "Modifié", - "URLS": "Urls", + "URLS": "URLs", "DELETE": "Supprimer l'application", "DETAIL": { "TITLE": "Détail", diff --git a/console/src/assets/i18n/it.json b/console/src/assets/i18n/it.json index 6d73b607f0..3b6f1b5df2 100644 --- a/console/src/assets/i18n/it.json +++ b/console/src/assets/i18n/it.json @@ -1753,7 +1753,7 @@ "APP": { "LIST": "Applicazioni", "COMPLIANCE": "Conformità con OIDC", - "URLS": "Urls", + "URLS": "URLs", "CONFIGURATION": "Configurazione", "TOKEN": "Impostazioni Token", "PAGES": { diff --git a/console/src/assets/i18n/zh.json b/console/src/assets/i18n/zh.json index b860ca7db3..42b7c3c085 100644 --- a/console/src/assets/i18n/zh.json +++ b/console/src/assets/i18n/zh.json @@ -1751,7 +1751,7 @@ "APP": { "LIST": "应用", "COMPLIANCE": "OIDC 兼容性", - "URLS": "Urls", + "URLS": "URLs", "CONFIGURATION": "配置", "TOKEN": "令牌设置", "PAGES": { @@ -1766,7 +1766,7 @@ "STATE": "状态", "DATECREATED": "创建于", "DATECHANGED": "修改于", - "URLS": "Urls", + "URLS": "URLs", "DELETE": "删除应用", "DETAIL": { "TITLE": "详情", diff --git a/docs/docs/examples/login/nextjs-b2b.md b/docs/docs/examples/login/nextjs-b2b.md index bd5e343ad8..dd98ee50f1 100644 --- a/docs/docs/examples/login/nextjs-b2b.md +++ b/docs/docs/examples/login/nextjs-b2b.md @@ -93,7 +93,7 @@ Replace the values as follows `NEXTAUTH_URL`: Base url of this demo app (B2B portal); runs per default on [http://localhost:3000](http://localhost:3000) -`NEXT_PUBLIC_ZITADEL_ISSUER`: The url to your zitadel instance. When using zitadel.cloud for this demo you can find the domain of your ZITADEL instance in the customer portal. You can also find this information by going to your application `portal-web` and click 'Urls' in the navigation. The variable is prefixed with `NEXT_PUBLIC_` such that it can be accessed from the client. +`NEXT_PUBLIC_ZITADEL_ISSUER`: The url to your zitadel instance. When using zitadel.cloud for this demo you can find the domain of your ZITADEL instance in the customer portal. You can also find this information by going to your application `portal-web` and click 'URLs' in the navigation. The variable is prefixed with `NEXT_PUBLIC_` such that it can be accessed from the client. `ZITADEL_API`: URL of the Management API. Typically the same as `ZITADEL_ISSUER`.