Skip to content

Commit

Permalink
comments_async/comment_form: remove un-used string to stop translatio…
Browse files Browse the repository at this point in the history
…n errors with plurals
  • Loading branch information
philli-m committed Jan 23, 2024
1 parent 27e8804 commit 7752e31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const translated = {
yourReply: django.gettext('Your reply'),
characters: django.gettext(' characters'),
post: django.gettext('post'),
comment: django.gettext('Comment'),
pleaseComment: django.gettext('Please login to comment'),
onlyInvited: django.gettext('Only invited users can actively participate.'),
notAllowedComment: django.gettext('The currently active phase doesn\'t allow to comment.'),
Expand Down

0 comments on commit 7752e31

Please sign in to comment.