##// END OF EJS Templates
comments: updated edit message when body is still the same.
marcink -
r4403:dc3600c4 default
parent child Browse files
Show More
@@ -930,8 +930,8 b' var CommentsController = function() {'
930 930 }
931 931 if (old_comment_text == text) {
932 932 SwalNoAnimation.fire({
933 title: 'Error',
934 html: _gettext('Comment body should be changed'),
933 title: 'Unable to edit comment',
934 html: _gettext('Comment body was not changed.'),
935 935 });
936 936 return;
937 937 }
General Comments 0
You need to be logged in to leave comments. Login now