fix alert lang

This commit is contained in:
2026-01-08 16:00:06 +05:00
parent 0e1c515e7c
commit ce24d60b05

View File

@@ -427,7 +427,7 @@ $doc.on('mouseleave', '.rating-edit-block, #rating_wrapper', function() {
} else if (res.indexOf('own_comment') !== -1) {
alert(COMMENT_JS_VOTE_B);
} else if (res.indexOf('forbidden_anon') !== -1) {
alert('COMMENT_JS_VOTE_C');
alert(COMMENT_JS_VOTE_C);
} else {
alert(COMMENT_JS_VOTE_ERR);
}