X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fjavascripts%2Fcomponents%2Fproblems.js;h=63f06e5568a0a6224f633be2edc2ece756583ecf;hb=e081ffe361b06ca74db0a36bf72dd73602abf57b;hp=ef017e5953798eaa17513de7b40907b5080e92a3;hpb=6b5517b4cdd12d7480b811c94c134982c16d3814;p=vchess.git diff --git a/public/javascripts/components/problems.js b/public/javascripts/components/problems.js index ef017e59..63f06e55 100644 --- a/public/javascripts/components/problems.js +++ b/public/javascripts/components/problems.js @@ -39,7 +39,7 @@ Vue.component('my-problems', {
+ :placeholder='translate("Full FEN description")'/>

{{ translate("Safe HTML tags allowed") }}

@@ -105,7 +105,7 @@ Vue.component('my-problems', { }, previewNewProblem: function() { if (!V.IsGoodFen(this.newProblem.fen)) - return alert(translations["Bad FEN string"]); + return alert(translations["Bad FEN description"]); if (this.newProblem.instructions.trim().length == 0) return alert(translations["Empty instructions"]); if (this.newProblem.solution.trim().length == 0)