You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: unenrolment should be available only over 48h before occurrence
KK-1436.
Add `AppConfig.enrolmentCancellationTimeLimitHours` that can be used to
configure the time (in hours) that limits the cancellation time.
Add description texts related to enrolment cancellation.
Copy file name to clipboardExpand all lines: src/common/translation/i18n/en.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,10 @@
324
324
"successToast": {
325
325
"heading": "Registration for event successful",
326
326
"paragraph": "We sent you a confirmation message by email where you can find more information about the event"
327
+
},
328
+
"cancellation": {
329
+
"enabledDescription": "You can cancel your registration for an event if you are unable to attend. Cancellations must be made no later than {{unerolHoursBeforeOccurrence}} hours before the event.",
330
+
"disabledDescription": "Unfortunately, you cannot cancel your registration for this event, as cancellations must be made no later than {{unerolHoursBeforeOccurrence}} hours before the event."
Copy file name to clipboardExpand all lines: src/common/translation/i18n/fi.json
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -293,7 +293,7 @@
293
293
},
294
294
"description": {
295
295
"full": "Valitettavasti tämä tapahtuma on täynnä. Tilaa ilmoitus vapautuvista paikoista.",
296
-
"text": "Tarkista, että alla olevat tiedot vastaavat tapahtumaa, johon haluat osallistua."
296
+
"text": "Tarkista, että alla olevat tiedot vastaavat tapahtumaa, johon haluat osallistua.\n Huomaathan, että ilmoittautuminen on sitova ja ikävän estymisen sattuessa, ilmoittautumisen peruminen on tehtävä viimeistään {{unerolHoursBeforeOccurrence}} tuntia ennen tapahtuma-ajankohtaa."
"paragraph": "Lähetimme varmistusviestin sähköpostiisi, löydät sieltä tapahtuman lisätiedot"
327
+
},
328
+
"cancellation": {
329
+
"enabledDescription": "Voit perua ilmoittautumisesi tapahtumaan, jos et pääsekään osallistumaan. Peruminen on tehtävä viimeistään {{unerolHoursBeforeOccurrence}} tuntia ennen tapahtuma-ajankohtaa.",
330
+
"disabledDescription": "Valitettavasti et voi perua ilmoittautumista tähän tapahtumaan, sillä perumiset on tehtävä {{unerolHoursBeforeOccurrence}} tuntia ennen tapahtumaa."
Copy file name to clipboardExpand all lines: src/common/translation/i18n/sv.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -324,6 +324,10 @@
324
324
"successToast": {
325
325
"heading": "Din anmälan till evenemanget lyckades!",
326
326
"paragraph": "Vi skickade en bekräftelse till din epost, den innehåller mer information om evenemanget"
327
+
},
328
+
"cancellation": {
329
+
"enabledDescription": "Du kan avboka din registrering för ett evenemang om du inte kan delta. Avbokningar måste göras senast {{unerolHoursBeforeOccurrence}} timmar före evenemanget.",
330
+
"disabledDescription": "Tyvärr kan du inte avboka din registrering för detta evenemang, eftersom avbokningar måste göras senast {{unerolHoursBeforeOccurrence}} timmar före evenemanget."
0 commit comments