We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6694a commit adc0fbaCopy full SHA for adc0fba
codespeed/models.py
@@ -108,7 +108,7 @@ class Branch(models.Model):
108
project = models.ForeignKey(
109
Project, on_delete=models.CASCADE, related_name="branches")
110
display_on_comparison_page = models.BooleanField(
111
- "True to display this branch in a list on the comparison page",
+ "True to display this branch on the comparison page",
112
default=True)
113
114
def __str__(self):
0 commit comments