forked from github/plane
refactor: update nomenclature for consistency
This commit is contained in:
parent
7e92efee23
commit
eec82eca2f
@ -256,7 +256,7 @@ class Label(ProjectBaseModel):
|
|||||||
)
|
)
|
||||||
name = models.CharField(max_length=255)
|
name = models.CharField(max_length=255)
|
||||||
description = models.TextField(blank=True)
|
description = models.TextField(blank=True)
|
||||||
colour = models.CharField(max_length=255, blank=True)
|
color = models.CharField(max_length=255, blank=True)
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
verbose_name = "Label"
|
verbose_name = "Label"
|
||||||
|
Loading…
Reference in New Issue
Block a user