Skip to content

Commit e22ff06

Browse files
committed
Correct typo in CI Staff Access django message
1 parent 66f10b9 commit e22ff06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,5 @@ def grant_staff_access(request, pk):
158158
user.save()
159159
messages.success(
160160
request, ("You have been granted Staff Access as a CI Assessor."
161-
"You can now edit all tickets."))
161+
" You can now edit all tickets."))
162162
return redirect(user_profile)

0 commit comments

Comments
 (0)