##// END OF EJS Templates
fixes issue #884 Pull Request fails when setting the lang=ja
marcink -
r4097:7baea802 default
parent child Browse files
Show More
@@ -132,7 +132,7 b' class ChangesetStatusModel(BaseModel):'
132 132 if not comment:
133 133 from rhodecode.model.comment import ChangesetCommentsModel
134 134 comment = ChangesetCommentsModel().create(
135 text='Auto status change to %s' % (ChangesetStatus.get_status_lbl(status)),
135 text=u'Auto status change to %s' % (ChangesetStatus.get_status_lbl(status)),
136 136 repo=repo,
137 137 user=user,
138 138 pull_request=pull_request,
General Comments 0
You need to be logged in to leave comments. Login now