diff options
| -rw-r--r-- | bot/exts/recruitment/talentpool/_cog.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/recruitment/talentpool/_cog.py b/bot/exts/recruitment/talentpool/_cog.py index 477fff2fd..c2257c84b 100644 --- a/bot/exts/recruitment/talentpool/_cog.py +++ b/bot/exts/recruitment/talentpool/_cog.py @@ -541,7 +541,7 @@ class TalentPool(Cog, name="Talentpool"):                  {entries_string}                  End date: {end_date} -                Unnominate reason: {nomination_object["end_reason"]} +                Unnomination reason: {nomination_object["end_reason"]}                  ===============                  """              )  |