From 62334191d49b440c43de5aec05580e973d8cdeac Mon Sep 17 00:00:00 2001 From: Andrea Vos Date: Mon, 30 Aug 2021 00:03:59 +0200 Subject: [PATCH] #256 [team] credentials fixes --- locale/pl/translations.suml | 2 +- nuxt.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/locale/pl/translations.suml b/locale/pl/translations.suml index b04c7ae31..cf3dce125 100644 --- a/locale/pl/translations.suml +++ b/locale/pl/translations.suml @@ -966,7 +966,7 @@ contact: - 'podlinkuj do swojego profilu na portalu zaimki.pl,' - 'podlinkuj do swoich mediów społecznościowych,' - 'napisz, czy masz jakieś doświadczenie aktywistyczne,' - - 'napisz, czym chciałxbyś się zajmować w kolektywie.' + - 'napisz, czym chcesz się zajmować w kolektywie.' support: header: 'Wsparcie' diff --git a/nuxt.config.js b/nuxt.config.js index 2137a5a5e..72daf897e 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -19,7 +19,7 @@ const allVersionsUrls = buildList(function*() { yield 'http://pronouns.test:3000'; yield 'http://localhost:3000'; } else if (process.env.NODE_ENV === 'test') { - // nothing + yield 'https://test.pronouns.page'; } else { yield 'https://pronouns.page'; for (let loc in locales) {