From 1ab05e950b28d37e58e0be58186a26a485a46505 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 15 Mar 2022 17:44:25 +0000 Subject: [PATCH] . --- atlas/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/models.py b/atlas/models.py index efc3e2ac..cef20ea1 100644 --- a/atlas/models.py +++ b/atlas/models.py @@ -262,7 +262,7 @@ class Case(models.Model): ) open_access = models.BooleanField( - help_text="If a question should be freely available to browse", default=True + help_text="If a case should be freely available to browse", default=True ) series = SortedManyToManyField("Series", related_name="case") @@ -379,7 +379,7 @@ class Series(models.Model): # findings = models.TextField(null=True, blank=True, help_text="Findings on the series / stack") open_access = models.BooleanField( - help_text="If a question should be freely available to browse", default=True + help_text="If a series should be freely available to browse", default=True ) def __str__(self):