Skip to content

Commit 07cce81

Browse files
committed
Change book demo attendee option from "not sure" to "other"
1 parent da8777c commit 07cce81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

i18n/de.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@
11021102
translation: "Management"
11031103
- id: book_demo_attendee_procurement
11041104
translation: "Beschaffung"
1105-
- id: book_demo_attendee_not_sure
1105+
- id: book_demo_attendee_other
11061106
translation: "Nicht sicher"
11071107
- id: book_demo_message
11081108
translation: "Nachricht"

i18n/en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1102,8 +1102,8 @@
11021102
translation: "Management"
11031103
- id: book_demo_attendee_procurement
11041104
translation: "Procurement"
1105-
- id: book_demo_attendee_not_sure
1106-
translation: "Not sure"
1105+
- id: book_demo_attendee_other
1106+
translation: "Other"
11071107
- id: book_demo_message
11081108
translation: "Message"
11091109
- id: book_demo_message_placeholder

layouts/book-a-demo/single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ <h1 class="font-h1 mb-8">{{ .Title }}</h1>
101101
<span class="text-sm text-gray-700">{{ i18n "book_demo_attendee_procurement" }}</span>
102102
</label>
103103
<label class="flex items-start">
104-
<input type="checkbox" name="attendees[]" value="not-sure" x-model="submitData.attendees" class="mr-3 mt-0.5 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary">
105-
<span class="text-sm text-gray-700">{{ i18n "book_demo_attendee_not_sure" }}</span>
104+
<input type="checkbox" name="attendees[]" value="other" x-model="submitData.attendees" class="mr-3 mt-0.5 rounded-sm text-primary focus:ring-0 focus:ring-offset-0 focus:border-secondary">
105+
<span class="text-sm text-gray-700">{{ i18n "book_demo_attendee_other" }}</span>
106106
</label>
107107
</div>
108108
</fieldset>

0 commit comments

Comments
 (0)