Removed gov.uk text from org invite

This commit is contained in:
Andrew Shumway
2024-03-04 10:23:45 -07:00
parent 18dddf4043
commit 0d856f07fc
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ def invite_user_to_org(organization_id):
service=template.service,
personalisation={
"user_name": (
"The GOV.UK Notify team"
"The Notify.gov team"
if invited_org_user.invited_by.platform_admin
else invited_org_user.invited_by.name
),