Commit e40d1c9f authored by Michal Čihař's avatar Michal Čihař

Be consistent in component terminology

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 36ea390c
......@@ -42,7 +42,7 @@ class GroupACL(models.Model):
def clean(self):
if not self.project and not self.subproject and not self.language:
raise ValidationError(
_('Project, subproject or language must be specified')
_('Project, component or language must be specified')
)
# ignore project if subproject is set
......
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