Skip to content

Commit

Permalink
Fix hovered not found message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagami committed Jan 31, 2017
1 parent 506a144 commit 63fb117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/lib/view_helpers.coffee
Expand Up @@ -136,7 +136,7 @@ module.exports =
if $(commentId).length
html = $(commentId).html()
else
html = "Комментарий от пользователя находящегося в чёрном списке"
html = "Комментарий удалён или в чёрном списке"

# unique id
id = 'bnw-chan-comment-' + chainIndex++
Expand Down

0 comments on commit 63fb117

Please sign in to comment.