diff options
author | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-06 21:35:42 -0800 |
---|---|---|
committer | Darius Kazemi <darius.kazemi@gmail.com> | 2020-01-06 21:44:48 -0800 |
commit | 8029cfcd9221da9164d731ab3e7c20740f52fab7 (patch) | |
tree | 70eca52f290690c7f22ee189b8e8e680ca18d6d0 /views/partials | |
parent | dcbf6c7268261639d67b0c8502cd205f815ba2fa (diff) |
lots of refactoring
Diffstat (limited to 'views/partials')
-rwxr-xr-x | views/partials/neweventgroupform.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/neweventgroupform.handlebars b/views/partials/neweventgroupform.handlebars index 20dd832..fddc795 100755 --- a/views/partials/neweventgroupform.handlebars +++ b/views/partials/neweventgroupform.handlebars @@ -1,6 +1,6 @@ <h4 class="mb-2">Create an event group</h4> <p>An event group is a holding area for a set of linked events, like a series of film nights, a festival, or a band tour. You can share a public link to your event group just like an individual event link, and people who know the secret editing code (sent in an email when you create the event group) will be able to add future events to the group.</p> -<p>Event groups do not get automatically removed like events do, but events which have been removed from Gathio will of course not show up in an event group.</p> +<p>Event groups do not get automatically removed like events do, but events which have been removed from {{siteName}} will of course not show up in an event group.</p> <form id="newEventForm" action="/neweventgroup" method="post" enctype="multipart/form-data"> <div class="form-group row"> <label for="eventGroupName" class="col-sm-2 col-form-label">Event group name</label> |