Commit 435fc30f authored by Michal Čihař's avatar Michal Čihař

Comma was missing here

parent 80be33cd
......@@ -1157,7 +1157,7 @@ class SubProject(models.Model, PercentMixin, URLMixin, PathMixin):
language=language,
filename=filename,
language_code=language.code,
commit_message='Created new translation'
commit_message='Created new translation.'
)
translation.git_commit(
request,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment