diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -148,7 +148,7 @@
${(_('Comments parsed using %s syntax with %s support.') % (('RST' % h.url('rst_help')), '@mention' % - _('Use @username inside this text to send notification to this Kallithea user')))|n} + _('Use @username inside this text to send notification to another local user.')))|n}
${h.textarea('text', class_="comment-block-ta")}