From 3cb341da595f15f471a2a2f5ecc486ae4b4de2f7 Mon Sep 17 00:00:00 2001
From: Erin Song <121973038+erinysong@users.noreply.github.com>
Date: Wed, 16 Oct 2024 14:46:39 -0700
Subject: [PATCH] Add content updates
---
src/registrar/templates/domain_users.html | 2 +-
src/registrar/views/domain.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/registrar/templates/domain_users.html b/src/registrar/templates/domain_users.html
index 7125f9cb2..c41902c6f 100644
--- a/src/registrar/templates/domain_users.html
+++ b/src/registrar/templates/domain_users.html
@@ -17,7 +17,7 @@
instructions on how to set up an account.
All domain managers must keep their contact information updated and be responsive if contacted by the .gov team.
All domain managers will be notified when updates are made to this domain.
- Domains must have at least one domain manager. You can’t remove yourself as a domain manager if you’re the only one assigned to this domain. Add another domain manager before you remove yourself from this domain.
+ Domains must have at least one domain manager. You can’t remove yourself as a domain manager if you’re the only one assigned to this domain.
{% if domain.permissions %}
diff --git a/src/registrar/views/domain.py b/src/registrar/views/domain.py
index 3865bfc36..de156598a 100644
--- a/src/registrar/views/domain.py
+++ b/src/registrar/views/domain.py
@@ -912,7 +912,7 @@ class DomainAddUserView(DomainFormBaseView):
)
messages.error(
self.request,
- "That email is already a member of another .gov organization.",
+ f"{requested_email} is already a member of another .gov organization.",
)
except Exception:
logger.warn(