Commit 0ed1ab66 authored by Stefano Rivera's avatar Stefano Rivera

Correct a typo in an exception

parent c8e6c30b
......@@ -518,7 +518,7 @@ class Translation(models.Model, URLMixin):
# Check for possible duplicate units
if newunit.id in created_units:
weblate.logger.error(
'Duplicite string to translate in %s: %s',
'Duplicate string to translate in %s: %s',
self,
newunit
)
......
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