Translation: label for save button on edit form

This commit is contained in:
Katja Suess 2020-01-14 16:26:32 +01:00
parent 9b1eb6834b
commit 6794d95f85
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ class EditCommentForm(CommentForm):
self.request.response.redirect(target)
@button.buttonAndHandler(_(u'edit_comment_form_button',
default=u'Edit comment'), name='comment')
default=u'Save'), name='comment')
def handleComment(self, action):
# Validate form