[FIX] Spelling (It's EVE time, not Eve time)

This commit is contained in:
Peter Pfeufer
2025-03-24 15:14:30 +01:00
parent 055077fa77
commit f4c5c7f6db
13 changed files with 16 additions and 16 deletions

View File

@@ -14,7 +14,7 @@
<th class="text-center">{% translate "Operation" %}</th>
<th class="text-center">{% translate "Type" %}</th>
<th class="text-center">{% translate "Form Up System" %}</th>
<th class="text-center">{% translate "EVE Time" %}</th>
<th class="text-center">{% translate "EVE time" %}</th>
</tr>
</thead>

View File

@@ -25,7 +25,7 @@
<div>
<div class="text-center mb-3">
<div class="badge bg-primary text-start">
<b>{% translate "Current Eve Time:" %}</b>
<b>{% translate "Current EVE time:" %}</b>
<span id="current-time"></span>
</div>
</div>
@@ -127,8 +127,8 @@
};
/**
* Get the current Eve time as a string
* @returns {string} Eve time string
* Get the current EVE time as a string
* @returns {string} EVE time string
*/
const updateClock = () => {
document.getElementById("current-time").innerHTML = getCurrentEveTimeString();