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
+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": "Unfortunately this event is full. Subscribe to receive a notification of available places.",
296
-
"text": "Check that the information below is correct for the event you wish to attend."
296
+
"text": "Check that the information below is correct for the event you wish to attend.\n If you cannot attend the event, please cancel your registration at least {{unerolHoursBeforeOccurrence}} hours before the event."
297
297
},
298
298
"heading": {
299
299
"full": "Registration for event {{eventName}} failed",
@@ -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": "If you cannot attend the event, please cancel your registration at least {{unerolHoursBeforeOccurrence}} hours before the event.",
330
+
"disabledDescription": "The event starts in less than {{unerolHoursBeforeOccurrence}} hours, unfortunately you can no longer cancel your registration."
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 Jos ette pääse osallistumaan tapahtumaan, peru ilmoittautumisenne viimeistään {{unerolHoursBeforeOccurrence}} tuntia ennen tapahtumaa."
"paragraph": "Lähetimme varmistusviestin sähköpostiisi, löydät sieltä tapahtuman lisätiedot"
327
+
},
328
+
"cancellation": {
329
+
"enabledDescription": "Jos ette pääse osallistumaan tapahtumaan, peru ilmoittautumisenne viimeistään {{unerolHoursBeforeOccurrence}} tuntia ennen tapahtumaa.",
330
+
"disabledDescription": "Tapahtuma alkaa alle {{unerolHoursBeforeOccurrence}} tunnin päästä, joten et valitettavasti voi enää perua ilmoittautumista."
Copy file name to clipboardExpand all lines: src/common/translation/i18n/sv.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": "Tyvärr är det här evenemanget fullt. Prenumerera för att få ett meddelande om tillgängliga platser.",
296
-
"text": "Kontrollera att informationen nedan motsvarar de evenemang du vill delta i."
296
+
"text": "Kontrollera att informationen nedan motsvarar de evenemang du vill delta i.\n Om du inte kan delta i evenemanget, vänligen avboka din anmälan senast {{unerolHoursBeforeOccurrence}} timmar före evenemanget."
297
297
},
298
298
"heading": {
299
299
"full": "Registreringen för händelsen {{eventName}} misslyckades",
@@ -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": "Om du inte kan delta i evenemanget, vänligen avboka din anmälan senast {{unerolHoursBeforeOccurrence}} timmar före evenemanget.",
330
+
"disabledDescription": "Evenemanget börjar om mindre än {{unerolHoursBeforeOccurrence}} timmar, så tyvärr kan du inte längre avboka din anmälan."
0 commit comments