5 lines
342 B
TypeScript
5 lines
342 B
TypeScript
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",
|
|
} |