diff --git a/resources/artbox_comment.js b/resources/artbox_comment.js index 39a3b4e..d54fc60 100755 --- a/resources/artbox_comment.js +++ b/resources/artbox_comment.js @@ -141,7 +141,7 @@ $(settings.listSelector).load( ' ' + settings.listSelector, function(data) { - $commentForm.find(':submit').prop('disabled', false).text('Добавить комментарий'); + $commentForm.find(':submit').prop('disabled', false).text('Оставить отзыв'); $commentForm.trigger("reset"); } ); @@ -155,7 +155,7 @@ { $commentForm.yiiActiveForm('updateAttribute', 'commentmodel-text', [data.message]); } - $commentForm.find(':submit').prop('disabled', false).text('Добавить комментарий'); + $commentForm.find(':submit').prop('disabled', false).text('Оставить отзыв'); } } ); -- libgit2 0.21.4