Aria text for tick entry.

This commit is contained in:
Greg Sarjeant 2025-06-21 18:03:53 -04:00
parent 33aee7ad71
commit 573b0c9c4a

View File

@ -33,6 +33,7 @@
<form class="profile-tick-form" method="post">
<input type="hidden" name="csrf_token" value="<?= Util::escape_html($_SESSION['csrf_token']) ?>">
<textarea name="new_tick"
aria-label="What's ticking?"
placeholder="What's ticking?"
minlength="1"
maxlength="200"