Skip to content

Commit 18e740f

Browse files
authored
Merge pull request #124 from ditdot-dev/mods/examples-support
Demo text corrections
2 parents 92f43d9 + 294ae52 commit 18e740f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

examples/support-page/Example.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<div v-if="questions[0].answer === 'technical_issue'">
1818
<span class="f-tagline">Submit issue &gt; Step 3/3</span>
1919
<div v-if="loading">
20-
<span class="fh2">Please wait, submitting your ticket.</span>
20+
<span class="fh2">Please wait, submitting...</span>
2121
</div>
2222
<div v-else>
2323
<span class="fh2">Your ticket number is: {{ getTicket() }}</span>
@@ -27,6 +27,7 @@
2727
<div v-else>
2828
<span class="f-tagline">Support page &gt; Ticket status</span>
2929
<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>
3031
</div>
3132
</div>
3233
</template>
@@ -107,7 +108,7 @@
107108
],
108109
options: [
109110
new ChoiceOption({
110-
label: 'Yes, but still couldn’t find the answer.',
111+
label: 'Yes, but I couldn’t find the answer',
111112
value: 'faq_no'
112113
}),
113114
],
@@ -118,8 +119,8 @@
118119
new QuestionModel({
119120
id: 'enter_ticket',
120121
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.',
123124
type: QuestionType.Number,
124125
multiple: false,
125126
required: true,
@@ -132,7 +133,7 @@
132133
new QuestionModel({
133134
id: 'faq_no',
134135
tagline: 'Submit issue > Step 2/3',
135-
title: 'Please describe your problem',
136+
title: 'Please describe your problem.',
136137
type: QuestionType.LongText,
137138
required: true,
138139
placeholder: 'Start typing here...',

0 commit comments

Comments
 (0)