diff --git a/examples/support-page/Example.vue b/examples/support-page/Example.vue index 73da9af7..e5d198f3 100644 --- a/examples/support-page/Example.vue +++ b/examples/support-page/Example.vue @@ -17,7 +17,7 @@
Submit issue > Step 3/3
- Please wait, submitting your ticket. + Please wait, submitting...
Your ticket number is: {{ getTicket() }} @@ -27,6 +27,7 @@
Support page > Ticket status Good news - the wheels are turning, your ticket is being processed!😉 +

Have a great day!

@@ -107,7 +108,7 @@ ], options: [ new ChoiceOption({ - label: 'Yes, but still couldn’t find the answer.', + label: 'Yes, but I couldn’t find the answer', value: 'faq_no' }), ], @@ -118,8 +119,8 @@ new QuestionModel({ id: 'enter_ticket', tagline: 'Support page > Ticket status', - title: 'Please enter your 6-digit code', - subtitle: 'You received this when you reported your problem', + title: 'Please enter your 6-digit code.', + subtitle: 'You received this when you reported your problem.', type: QuestionType.Number, multiple: false, required: true, @@ -132,7 +133,7 @@ new QuestionModel({ id: 'faq_no', tagline: 'Submit issue > Step 2/3', - title: 'Please describe your problem', + title: 'Please describe your problem.', type: QuestionType.LongText, required: true, placeholder: 'Start typing here...',