diff --git a/src/registrar/templates/domain_org_name_address.html b/src/registrar/templates/domain_org_name_address.html index 3a5254346..180fdd2a6 100644 --- a/src/registrar/templates/domain_org_name_address.html +++ b/src/registrar/templates/domain_org_name_address.html @@ -11,11 +11,16 @@

The name of your organization will be publicly listed as the domain registrant.

- {% if domain.domain_info.organization_type == 'federal' %} + {% if domain.domain_info.organization_type == "federal" %}

The federal agency for your organization can’t be updated here. To suggest an update, email help@get.gov.

+ {% elif domain.domain_info.organization_type == "tribal" %} +

+ Your organization name can’t be updated here. + To suggest an update, email help@get.gov. +

{% endif %} {% include "includes/required_fields.html" %}