summaryrefslogtreecommitdiff
path: root/views/optionsform.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:18:13 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2023-10-06 16:19:08 +0100
commit115210bfd9a5ae7bb8b516ce0d2cf3d9042dead7 (patch)
tree5f982435fc68b004112b95418e8efba8fb6f200e /views/optionsform.handlebars
parentc64b6febe5298219858bdc7ad27c3dfa1117a4de (diff)
refactor: frontend routes into TS file, new event path
Diffstat (limited to 'views/optionsform.handlebars')
-rwxr-xr-xviews/optionsform.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/optionsform.handlebars b/views/optionsform.handlebars
index a844d12..85ebd9f 100755
--- a/views/optionsform.handlebars
+++ b/views/optionsform.handlebars
@@ -10,7 +10,7 @@
<div class="form-check">
<input class="form-check-input" type="checkbox" id="guestlistCheckbox" name="guestlistCheckbox" {{#if data.guestlistCheckbox}}checked{{/if}}>
<label class="form-check-label" for="guestlistCheckbox">
- {{#if isPrivate}}Privately display{{else}}Publicly display{{/if}} the list of attendees
+ Display the list of attendees
</label>
</div>
<div class="form-check">