[arch-projects] [archweb][PATCH] Fix typo in known_bad help text
5 Jul
2016
5 Jul
'16
8:52 p.m.
Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> --- packages/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/models.py b/packages/models.py index 03f0342..83cc7cb 100644 --- a/packages/models.py +++ b/packages/models.py @@ -86,7 +86,7 @@ class SignoffSpecification(models.Model): enabled = models.BooleanField(default=True, help_text="Is this package eligible for signoffs?") known_bad = models.BooleanField(default=False, - help_text="Is package is known to be broken in some way?") + help_text="Is this package known to be broken in some way?") comments = models.TextField(null=True, blank=True) objects = SignoffSpecificationManager() -- 2.9.0
3057
Age (days ago)
3057
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jelle van der Waa