aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/apps/api/migrations
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2020-05-28 08:23:14 +0300
committerGravatar GitHub <[email protected]>2020-05-28 08:23:14 +0300
commite321a25c05875e82073470429708b37849947b16 (patch)
treed9729c0f4b84ddccfe47ac0dc88666ef2a0e3fc2 /pydis_site/apps/api/migrations
parent(Off-topic Channel Names Viewset Tests): Added test for handling running out ... (diff)
OT: Replace help text of `used` field
Co-authored-by: Leon Sandøy <[email protected]>
Diffstat (limited to 'pydis_site/apps/api/migrations')
-rw-r--r--pydis_site/apps/api/migrations/0051_offtopicchannelname_used.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/migrations/0051_offtopicchannelname_used.py b/pydis_site/apps/api/migrations/0051_offtopicchannelname_used.py
index 74836d8c..1b838aec 100644
--- a/pydis_site/apps/api/migrations/0051_offtopicchannelname_used.py
+++ b/pydis_site/apps/api/migrations/0051_offtopicchannelname_used.py
@@ -13,6 +13,6 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name='offtopicchannelname',
name='used',
- field=models.BooleanField(default=False, help_text='Show is channel already used as channel name in this round.'),
+ field=models.BooleanField(default=False, help_text='Whether or not this name has already been used during this rotation'),
),
]