summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@gmail.com>2022-01-14 18:26:55 +0000
committerRaphael Kabo <raphaelkabo@gmail.com>2022-01-14 18:26:55 +0000
commite4c5e630b62459ae96d1f7825f7746e63bb46b27 (patch)
tree889e6ac230f6bd6971dc3014d580b05554b502dc
parent17d829458b371e478d60d3df843e5123cc61a887 (diff)
Change removal password help text
-rwxr-xr-xviews/event.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars
index 6f6cc2e..6a65f07 100755
--- a/views/event.handlebars
+++ b/views/event.handlebars
@@ -181,7 +181,7 @@
</div>
<div class="form-group">
<label for="removeAttendancePassword">Deletion password</label>
- <p class="form-text small">You will need this password if you want to remove yourself from the list of event attendees. Write it down now because it will <strong>not be shown again</strong>.</p>
+ <p class="form-text small">You will need this password if you want to remove yourself from the list of event attendees. If you provided your email, you'll receive it by email. Otherwise, write it down now because it will <strong>not be shown again</strong>.</p>
<input type="text" class="form-control" readonly id="removeAttendancePassword" name="removeAttendancePassword">
</div>
</div>