Commit b4b224b5 authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents b7161b35 c544e7ac
......@@ -2168,7 +2168,7 @@ class Unit(models.Model):
# Create change object
Change.objects.create(
unit = self,
translation = unit.translation,
translation = self.translation,
user = request.user
)
......
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