2 Revize 1afbeee12d ... 5e0bfa2d7d

Autor SHA1 Zpráva Datum
  Harry de Boer 5e0bfa2d7d Toon actieve teams apart před 5 roky
  Harry de Boer 1afbeee12d Toon actieve teams apart před 5 roky
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/main/resources/static/dashboard/index.html

+ 1 - 1
src/main/resources/static/dashboard/index.html

@@ -24,7 +24,7 @@
     <div id="teams">
         <p>Teams:</p>
         <ul id="activeTeams"></ul>
-        <p>Finished teams:</p>
+        <p>Finished:</p>
         <ul id="finishedTeams"></ul>
     </div>
 </main>