fix: typo Urls should be URLs (#5327)

change Urls to URLs in i18n files
This commit is contained in:
Miguel Cabrerizo
2023-03-02 16:30:11 +01:00
committed by GitHub
parent 1a4c8f828f
commit 60e3e30bca
6 changed files with 10 additions and 10 deletions

View File

@@ -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`.