X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=f41e7e2e0280d608808954b8fe0ed291082e4fe0;hb=1051336271ad4d4128ef1f66953f54973601d774;hp=6ff93d8d8ba3a57937c62e1c7aa10e1d77ef52c3;hpb=5b3dc10e34bf5bf970494be6ee1fa0b67e2ca88c;p=vchess.git diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 6ff93d8d..f41e7e2e 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -17,11 +17,11 @@ div ) div#boardSizeBtnContainer button#boardSizeBtn(onClick="window.doClick('modalAdjust')") - | {{ st.tr["Board size"] }} + | {{ st.tr["Set board size"] }} #scoreInfo(v-if="score!='*'") p {{ score }} p {{ st.tr[message] }} - .moves-list + .moves-list(v-if="show != 'none'") .tr(v-for="moveIdx in evenNumbers") .td {{ firstNum + moveIdx / 2 + 1 }} .td(v-if="moveIdx < moves.length-1 || show == 'all'"