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 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..62dbd782 100644 --- a/src/localization/fi.ts +++ b/src/localization/fi.ts @@ -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',