|
17 | 17 | <div v-if="questions[0].answer === 'technical_issue'"> |
18 | 18 | <span class="f-tagline">Submit issue > Step 3/3</span> |
19 | 19 | <div v-if="loading"> |
20 | | - <span class="fh2">Please wait, submitting your ticket.</span> |
| 20 | + <span class="fh2">Please wait, submitting...</span> |
21 | 21 | </div> |
22 | 22 | <div v-else> |
23 | 23 | <span class="fh2">Your ticket number is: {{ getTicket() }}</span> |
|
27 | 27 | <div v-else> |
28 | 28 | <span class="f-tagline">Support page > Ticket status</span> |
29 | 29 | <span class="fh2">Good news - the wheels are turning, your ticket is being processed!😉</span> |
| 30 | + <p class="description"><span>Have a great day!</span></p> |
30 | 31 | </div> |
31 | 32 | </div> |
32 | 33 | </template> |
|
107 | 108 | ], |
108 | 109 | options: [ |
109 | 110 | new ChoiceOption({ |
110 | | - label: 'Yes, but still couldn’t find the answer.', |
| 111 | + label: 'Yes, but I couldn’t find the answer', |
111 | 112 | value: 'faq_no' |
112 | 113 | }), |
113 | 114 | ], |
|
118 | 119 | new QuestionModel({ |
119 | 120 | id: 'enter_ticket', |
120 | 121 | tagline: 'Support page > Ticket status', |
121 | | - title: 'Please enter your 6-digit code', |
122 | | - subtitle: 'You received this when you reported your problem', |
| 122 | + title: 'Please enter your 6-digit code.', |
| 123 | + subtitle: 'You received this when you reported your problem.', |
123 | 124 | type: QuestionType.Number, |
124 | 125 | multiple: false, |
125 | 126 | required: true, |
|
132 | 133 | new QuestionModel({ |
133 | 134 | id: 'faq_no', |
134 | 135 | tagline: 'Submit issue > Step 2/3', |
135 | | - title: 'Please describe your problem', |
| 136 | + title: 'Please describe your problem.', |
136 | 137 | type: QuestionType.LongText, |
137 | 138 | required: true, |
138 | 139 | placeholder: 'Start typing here...', |
|
0 commit comments