Skip to content

Commit adc0fba

Browse files
committed
Update help string.
1 parent 2f6694a commit adc0fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codespeed/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Branch(models.Model):
108108
project = models.ForeignKey(
109109
Project, on_delete=models.CASCADE, related_name="branches")
110110
display_on_comparison_page = models.BooleanField(
111-
"True to display this branch in a list on the comparison page",
111+
"True to display this branch on the comparison page",
112112
default=True)
113113

114114
def __str__(self):

0 commit comments

Comments
 (0)