Skip to content

Commit

Permalink
comments_async/comment_form.jsx: capitalize buttons cta
Browse files Browse the repository at this point in the history
  • Loading branch information
hom3mad3 authored and goapunk committed Mar 18, 2024
1 parent a5cecc3 commit fa24dfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const translated = {
errorComment: django.gettext('Something seems to have gone wrong, please try again.'),
yourReply: django.gettext('Your reply'),
characters: django.gettext(' characters'),
post: django.gettext('post'),
post: django.gettext('Post'),
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.'),
cancel: django.gettext('cancel')
cancel: django.gettext('Cancel')
}

export default class CommentForm extends React.Component {
Expand Down

0 comments on commit fa24dfe

Please sign in to comment.