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": "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."
"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
+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": "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