#256 [team] credentials fixes

This commit is contained in:
Andrea Vos 2021-08-30 00:03:59 +02:00
parent a50ebcc079
commit 62334191d4
2 changed files with 2 additions and 2 deletions

View File

@ -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'

View File

@ -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) {