Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Sep 12, 2023
1 parent e3ebab5 commit a6c3957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peoplefinder/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a6c3957

Please sign in to comment.