X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=88b193ffebd861893f521ab53e30df043e1b74fe;hp=d9960160b88bbb86a1ac7ddb2621d443a1942b17;hb=e081ffe361b06ca74db0a36bf72dd73602abf57b;hpb=4fefd0195b2dc8559284d3b3701a242a862cb70e diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index d9960160..88b193ff 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -415,7 +415,7 @@ Vue.component('my-game', { h('button', { on: { click: () => { this.mycolor = this.vr.getOppCol(this.mycolor) } }, - attrs: { "aria-label": translations['Flip'] }, + attrs: { "aria-label": translations['Flip board'] }, "class": { "play": true, "spaceleft": true, @@ -568,7 +568,7 @@ Vue.component('my-game', { { attrs: { "id": "titleFenedit" }, "class": { "section": true }, - domProps: { innerHTML: translations["Position + flags (FEN):"] }, + domProps: { innerHTML: translations["Game state (FEN):"] }, } ), h('input',