[Chore]: Clarify timer meaning

It only fetches when the timer hits zero, reloading the page has zero effect on anything.
This commit is contained in:
ClaraCrazy 2026-01-01 01:06:19 +01:00
parent 68dda6880a
commit e91fdeb827
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

@ -71,7 +71,7 @@
There are no mails yet.
</blockquote>
{% endif %}
<div class="refresh-countdown" id="refreshCountdown">Auto-refresh in <span id="refreshTimer">--</span>s</div>
<div class="refresh-countdown" id="refreshCountdown" title="New emails are fetched from the server only when the timer hits zero. Reloading this page has no effect on fetching.">Fetching new mails in <span id="refreshTimer">--</span>s</div>
{% if lockEnabled and not isLocked %}
<!-- Lock Modal -->
<div id="lockModal" class="modal" style="display: none;" data-lock-error="{{ error|default('') }}">