Translations
[vchess.git] / client / src / components / GameList.vue
index 62c916f..3620d32 100644 (file)
@@ -6,7 +6,7 @@ div
         th {{ st.tr["Variant"] }}
         th {{ st.tr["White"] }}
         th {{ st.tr["Black"] }}
-        th {{ st.tr["Time control"] }}
+        th {{ st.tr["Cadence"] }}
         th {{ st.tr["Result"] }}
     tbody
       tr(v-for="g in sortedGames" @click="$emit('show-game',g)"