diff options
Diffstat (limited to 'views/optionsform.handlebars')
| -rwxr-xr-x | views/optionsform.handlebars | 2 | 
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">  | 
