diff options
author | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-17 11:45:51 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@gmail.com> | 2022-01-17 11:45:51 +0000 |
commit | abf1babfcfe0ed219d74fdda4071a481dd7d50d6 (patch) | |
tree | 1782231b8530117f13d6fe542f3573c01e57d7d3 /views/home.handlebars | |
parent | 52551f4a84f24c8591a1228a17c792c8368afbbb (diff) |
Updated home page intro text
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index af05600..4db9bb4 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -2,7 +2,7 @@ <hr> -<p>You don't need to sign up for an account - we just use your email to send you a secret link you can use to edit or delete your event. Send all your guests the public link, and all your co-hosts the editing link. A week after the event finishes, it's deleted from our servers for ever, and your email goes with it.</p> +<p>You don't need to sign up for an account. When you create an event, we generate a password which allows you to edit the event. Send all your guests the public link, and all your co-hosts the secret editing link containing the password. A week after the event finishes, it's deleted from our servers for ever, and your email goes with it.</p> <div id="example-event" class="text-center w-100 mt-4 mb-5"> <img src="images/example-event.png" class="img-fluid w-75 mx-auto shadow-lg rounded"> |