Skip to content

Commit

Permalink
the source
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored and nijel committed Dec 20, 2024
1 parent b49fc86 commit 37b044d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/auth/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def check_unit_delete(user: User, permission: str, obj: Model):
):
return Denied(
gettext(
"Cannot remove terminology translation. Remove source string instead."
"Cannot remove terminology translation. Remove the source string instead."
)
)
obj = obj.translation
Expand Down

0 comments on commit 37b044d

Please sign in to comment.