diff --git a/README.md b/README.md index 8d175d2..c14c60b 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,25 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next * **[React](https://facebook.github.io/react/)** (17.x) * **[Typescript](https://www.typescriptlang.org/)** (4.x) * **[Next.js](https://nextjs.org/)** (12.x) -* [Testcafe](https://devexpress.github.io/testcafe/) - E2E Testing framework +* **[Testcafe](https://devexpress.github.io/testcafe/)** - E2E Testing framework ## Installation -1. Clone/download repo -2. Install node v16 ([`nvm`](https://github.com/nvm-sh/nvm)) -3. `cp .env.local.example .env.local` -4. `npm install` + +Install node v16 with **[Node Version Manager](https://github.com/nvm-sh/nvm#installing-and-updating)**. + +Set up your SSH key authentication in GitLab Profile Settings. Then clone the repository and checkout the master branch: +```bash +git clone git@gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-frontend.git +cd web2.0-frontend +git checkout master +``` + +Create local env file for development and install dependencies: +```bash +cp .env.local.example .env.local +npm install +``` ## Getting Started diff --git a/src/i18n/locales/en/common.json b/src/i18n/locales/en/common.json index e263453..3caeb3a 100644 --- a/src/i18n/locales/en/common.json +++ b/src/i18n/locales/en/common.json @@ -48,7 +48,7 @@ "Se aukeaa": "Signup opens at", - "Ilmoittauminen sulkeutuu": + "Ilmoittautuminen sulkeutuu": "Signup closes at", "Ilmoittauminen on umpeutunut!": diff --git a/src/views/HonoraryPage/HonoraryPageView.tsx b/src/views/HonoraryPage/HonoraryPageView.tsx index 8d380a4..7b38e61 100644 --- a/src/views/HonoraryPage/HonoraryPageView.tsx +++ b/src/views/HonoraryPage/HonoraryPageView.tsx @@ -22,6 +22,7 @@ const HonoraryPageView: React.FC = () => (
Oltermanni on yhdyshenkilö killan ja opettajakunnan välillä. Valtuusto valitsee oltermannin kolmeksi vuodeksi kerrallaan.
@@ -82,6 +83,7 @@ const HonoraryPageView: React.FC = () => (Standaari voidaan hallituksen päätöksellä lahjoittaa killan toimintaan myönteisesti vaikuttaneille tahoille. Standaarit on numeroitu lahjoittamisjärjestyksessä.
@@ -195,6 +197,14 @@ const HonoraryPageView: React.FC = () => (Killan hallitus voi myöntää hopeitosen ansiomerkin killan jäsenelle tai perustellusta syystä myös muulle henkilölle tunnustuksena erityisestä kiinnostuksesta kiltaa kohtaan sekä ansioituneesta toiminnasta killan hyväksi.
{`${t("Ilmoittauminen sulkeutuu")} ${endDateStr}`}.
+{`${t("Ilmoittautuminen sulkeutuu")} ${endDateStr}`}.