Change text again??

This commit is contained in:
cubernetes 2023-04-14 08:37:14 +02:00
parent 00067a7c85
commit 987d1c5992
1 changed files with 2 additions and 2 deletions

View File

@ -1303,7 +1303,7 @@
<div class="videos">
<div class="video anim" style="--delay: .4s">
<a href="#" style="text-decoration: none;color: #ff66d9;">
<div class="video-by" title="Time since the Attack started">Time elapsed since start of attack</div>
<div class="video-by" title="Time since the Attack started">Time since start of attack</div>
{% autoescape false %}
<div class="video-name padding_stat_n" id="attackstart" data-start="{{ attack_start_timestamp }}">0</div>
{% endautoescape %}
@ -1311,7 +1311,7 @@
</div>
<div class="video anim" style="--delay: .45s">
<a href="#" style="text-decoration: none;color: #ff66d9;">
<div class="video-by" title="Time the sim started">Time elapsed since start of simulation</div>
<div class="video-by" title="Time the sim started">Time since start of simulation</div>
{% autoescape false %}
<div class="video-name padding_stat_n" id="simstart" data-start="{{ sim_start_timestamp }}">0</div>
{% endautoescape %}