X-Git-Url: https://git.auder.net/images/pieces/Cwda/bt.svg?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fgame.js;h=e4b967484ebcc5ab8fac88031afc1a607b5afdcc;hb=d289b0439d795580a6fcdc4b73521f246cd81450;hp=54334e30f075e40e83fb6e72075198be4a50320b;hpb=247356cde3f4e36004942c5f57187d667f7ef27c;p=vchess.git diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index 54334e30..e4b96748 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -404,7 +404,7 @@ Vue.component('my-game', { h('button', { on: { click: this.undoInGame }, - attrs: { "aria-label": trnaslations['Undo'] }, + attrs: { "aria-label": translations['Undo'] }, "class": { "play": true, "spaceleft": true,