mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-07-30 18:58:11 -07:00
Update wording in the clock sync UI (apply suggestions from code review)
Co-authored-by: Will Greenberg <willg@eff.org>
This commit is contained in:
committed by
Will Greenberg
parent
bef6b51e28
commit
a271c4ddf4
@@ -76,23 +76,24 @@
|
|||||||
Clock Mismatch Detected
|
Clock Mismatch Detected
|
||||||
</span>
|
</span>
|
||||||
<p>
|
<p>
|
||||||
Normally the device should get the correct time from the network. Consider using another
|
Rayhunter's clock doesn't match your browser's, and may be incorrect. This can happen if Rayhunter
|
||||||
SIM card for better results.
|
is unable to get the correct time from the internet. Consider synchronizing your browser's clock with
|
||||||
|
the button below, or using another SIM card for better results.
|
||||||
</p>
|
</p>
|
||||||
<table class="w-fit">
|
<table class="w-fit">
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="pr-2">Device (system):</td>
|
<td class="pr-2">Rayhunter clock (system):</td>
|
||||||
<td class="font-mono">{device_system_time}</td>
|
<td class="font-mono">{device_system_time}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{#if has_offset}
|
{#if has_offset}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="pr-2">Device (adjusted):</td>
|
<td class="pr-2">Rayhunter clock (adjusted):</td>
|
||||||
<td class="font-mono">{device_adjusted_time}</td>
|
<td class="font-mono">{device_adjusted_time}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/if}
|
{/if}
|
||||||
<tr>
|
<tr>
|
||||||
<td class="pr-2">Browser:</td>
|
<td class="pr-2">Browser clock:</td>
|
||||||
<td class="font-mono">{browser_time}</td>
|
<td class="font-mono">{browser_time}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
Reference in New Issue
Block a user