Response handling for the invitation registeration.

This commit is contained in:
codevictory
2021-12-29 23:40:21 +02:00
parent f285553c3b
commit 0a578959c3
12 changed files with 110 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
export const confirmation: Record<string, string> = {
"confirmation.title": "Your answer is registered",
"confirmation.text": "Please let Iveta or Veikko know if there comes up any changes in your plans. The given link does not work any longer after this.",
"confirmation.link": "More wedding related info can be found in here",
}