Add some forgotten translations + fix typo
[vchess.git] / public / javascripts / components / game.js
index 54334e3..e4b9674 100644 (file)
@@ -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,