X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fcomponents%2FGameList.vue;h=3620d3298f6b6b7866027292ba68f48beed80198;hb=374b8353cf9c1f6bc49859cd28fd9004d161b76d;hp=62c916fa63e3e723adb7a5a3ef6218126f2872f1;hpb=26f3a8879fb4b410ed8840c5a37397011c13bc1c;p=vchess.git diff --git a/client/src/components/GameList.vue b/client/src/components/GameList.vue index 62c916fa..3620d329 100644 --- a/client/src/components/GameList.vue +++ b/client/src/components/GameList.vue @@ -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)"