Show More
@@ -930,8 +930,8 b' var CommentsController = function() {' | |||||
930 | } |
|
930 | } | |
931 | if (old_comment_text == text) { |
|
931 | if (old_comment_text == text) { | |
932 | SwalNoAnimation.fire({ |
|
932 | SwalNoAnimation.fire({ | |
933 |
title: ' |
|
933 | title: 'Unable to edit comment', | |
934 |
html: _gettext('Comment body |
|
934 | html: _gettext('Comment body was not changed.'), | |
935 | }); |
|
935 | }); | |
936 | return; |
|
936 | return; | |
937 | } |
|
937 | } |
General Comments 0
You need to be logged in to leave comments.
Login now