mirror of
https://github.com/Crazyco-xyz/48hr.email.git
synced 2026-01-09 03:09:36 +01:00
[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:
parent
68dda6880a
commit
e91fdeb827
1 changed files with 1 additions and 1 deletions
|
|
@ -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('') }}">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue