diff --git a/DOCKER.md b/DOCKER.md index a007aab..b485eb7 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -2,7 +2,7 @@ 1. Copy `docker/config.example.ini` to `docker/config.ini`, and change the settings to your liking. 2. Copy `docker/proxy-config.example.json` to `docker/proxy-config.json`, and do the same. -3. Copy `docker/frontend.example.env` to `docker/frontend.env`, and do the same. +3. Copy `docker/frontend.example.env` to `docker/frontend.env`, and do th esame. 4. Build with `docker compose build` 5. Run with `docker compose up` diff --git a/Foxnouns.Frontend/src/lib/i18n/locales/en.json b/Foxnouns.Frontend/src/lib/i18n/locales/en.json index fe10b04..7145181 100644 --- a/Foxnouns.Frontend/src/lib/i18n/locales/en.json +++ b/Foxnouns.Frontend/src/lib/i18n/locales/en.json @@ -86,8 +86,7 @@ "unlink-discord-header": "Unlink Discord account", "unlink-confirmation-1": "Are you sure you want to unlink {{username}} from your account?", "unlink-confirmation-2": "You will no longer be able to use this account to log in. Please make sure at least one of your other linked accounts is accessible before continuing.", - "unlink-button": "Unlink account", - "log-in-3rd-party-desc-no-email": "You can use any of the following services to log in. You can add or remove others at any time." + "unlink-button": "Unlink account" }, "error": { "bad-request-header": "Something was wrong with your input", diff --git a/Foxnouns.Frontend/src/routes/auth/log-in/+page.svelte b/Foxnouns.Frontend/src/routes/auth/log-in/+page.svelte index 3efbfa0..ee4d040 100644 --- a/Foxnouns.Frontend/src/routes/auth/log-in/+page.svelte +++ b/Foxnouns.Frontend/src/routes/auth/log-in/+page.svelte @@ -50,13 +50,8 @@
{/if}{$t("auth.log-in-3rd-party-desc")}
- {:else} -{$t("auth.log-in-3rd-party-desc-no-email")}
- {/if} +{$t("auth.log-in-3rd-party-desc")}