From a6c3957d1b166aee8c5ff72654ffb03da59e397a Mon Sep 17 00:00:00 2001 From: Cameron Lamb Date: Tue, 12 Sep 2023 13:04:28 +0100 Subject: [PATCH] Remove typo --- src/peoplefinder/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/peoplefinder/models.py b/src/peoplefinder/models.py index f38681947..cfec8e22d 100644 --- a/src/peoplefinder/models.py +++ b/src/peoplefinder/models.py @@ -562,7 +562,7 @@ class RemoteWorking(models.TextChoices): help_text=( "The work email address provided by the organisation you are" " directly employed by or contracted to. This is the email you use" - " to log into Digital Workspace.", + " to log into Digital Workspace." ), ) pronouns = models.CharField(max_length=40, null=True, blank=True)