From 169cb66922470e162f4009cdc65f59dd381541f1 Mon Sep 17 00:00:00 2001 From: Felix Hallenberg Date: Wed, 11 Oct 2023 18:50:09 +0300 Subject: [PATCH 1/3] Update the localizations for reporting --- src/localization/en.ts | 8 ++++---- src/localization/fi.ts | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/localization/en.ts b/src/localization/en.ts index e6c2130a..7524a315 100644 --- a/src/localization/en.ts +++ b/src/localization/en.ts @@ -134,17 +134,17 @@ export const messages: { [key in MessageId]: string } = { 'main.settings.title': 'Settings', 'main.userreport.bodyText1': - "Report the user if you suspect or observe the mentor using the service improperly. Such situations include actions contrary to SOS Children's Village values and criminal activities.", + 'Report a mentor if you detect criminal or wrongful activity violating SOS-Lapsikylä rules or values', 'main.userreport.bodyText2': - "After the report, an SOS Children's Village employee will assess the situation and contact you. The contact information will be used during the investigation and will not be disclosed to outsiders.", + 'SOS-Lapsikylä representative will contact you after the investigation. Your contact information will be used accordingly and won’t be admitted to outside parties', 'main.userreport.contact.label': 'Contact information', 'main.userreport.description.label': 'Reason for reporting *', 'main.userreport.description.validationerror': 'The reason for reporting is a mandatory field.', - 'main.userreport.failure.toast': 'Failed to report user', + 'main.userreport.failure.toast': 'Sending report failed', 'main.userreport.send.button': 'Send', 'main.userreport.success.toast': - "You reported a user. An SOS Children's Village employee will assess the situation and get in touch with you.", + 'SOS-Lapsikylä representative will contact you after the investigation.', 'main.userreport.title': 'Report', 'meta.back': 'Back', diff --git a/src/localization/fi.ts b/src/localization/fi.ts index e5f05ff9..d82b110d 100644 --- a/src/localization/fi.ts +++ b/src/localization/fi.ts @@ -134,7 +134,7 @@ export const messages = { 'main.settings.title': 'Asetukset', 'main.userreport.bodyText1': - 'Ilmianna käyttäjä, jos epäilet tai havaitset mentorin käyttävän palvelua väärin. Tällaisia tilanteita ovat esimerkiksi SOS-Lapsikylän arvojen vastainen toiminta ja rikollinen toiminta.', + 'Ilmianna käyttäjä, jos epäilet tai havaitset mentorin käyttävän palvelua väärin. Tällaisia tilanteita ovat esimerkiksi SOS-Lapsikylän arvojen vastainen toiminta ja rikollinen toiminta', 'main.userreport.bodyText2': 'Ilmiantamisen jälkeen SOS-Lapsikylän työntekijä selvittää tilanteen ja ottaa sinuun yhteyttä. Yhteystietoja käytetään selvityksen ajan eikä niitä luovuteta ulkopuolisille.', 'main.userreport.contact.label': 'Yhteystietosi', @@ -144,7 +144,7 @@ export const messages = { 'main.userreport.failure.toast': 'Käyttäjän ilmianto epäonnistui.', 'main.userreport.send.button': 'Lähetä', 'main.userreport.success.toast': - 'Ilmiannoit käyttäjän. SOS-Lapsikylän työntekijä selvittää tilanteen ja ottaa sinuun yhteyttä.', + 'SOS-Lapsikylän työntekijä selvittää tilanteen ja ottaa sinuun yhteyttä.', 'main.userreport.title': 'Ilmianna', 'meta.back': 'Takaisin', From c38495ed4dc1801a97c59aa6eff721f3cce54b6a Mon Sep 17 00:00:00 2001 From: Felix Hallenberg Date: Wed, 11 Oct 2023 18:53:43 +0300 Subject: [PATCH 2/3] Update github CI node-version --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f63cb16c..49fcf757 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Install dependencies run: npm install - name: Copy config template @@ -26,7 +26,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Install dependencies run: npm install - name: Copy config template From 048108a752bf993a731c05427c8b1a91528cd904 Mon Sep 17 00:00:00 2001 From: Felix Hallenberg Date: Thu, 12 Oct 2023 07:06:29 +0300 Subject: [PATCH 3/3] Add dot to end of sentence --- src/localization/fi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/fi.ts b/src/localization/fi.ts index d82b110d..62dbd782 100644 --- a/src/localization/fi.ts +++ b/src/localization/fi.ts @@ -134,7 +134,7 @@ export const messages = { 'main.settings.title': 'Asetukset', 'main.userreport.bodyText1': - 'Ilmianna käyttäjä, jos epäilet tai havaitset mentorin käyttävän palvelua väärin. Tällaisia tilanteita ovat esimerkiksi SOS-Lapsikylän arvojen vastainen toiminta ja rikollinen toiminta', + 'Ilmianna käyttäjä, jos epäilet tai havaitset mentorin käyttävän palvelua väärin. Tällaisia tilanteita ovat esimerkiksi SOS-Lapsikylän arvojen vastainen toiminta ja rikollinen toiminta.', 'main.userreport.bodyText2': 'Ilmiantamisen jälkeen SOS-Lapsikylän työntekijä selvittää tilanteen ja ottaa sinuun yhteyttä. Yhteystietoja käytetään selvityksen ajan eikä niitä luovuteta ulkopuolisille.', 'main.userreport.contact.label': 'Yhteystietosi',