diff --git a/app/templates/components/service_nav.html b/app/templates/components/service_nav.html index 93d92bbe3..f3354c210 100644 --- a/app/templates/components/service_nav.html +++ b/app/templates/components/service_nav.html @@ -9,7 +9,7 @@ {{ current_service.name }} {% if not current_service.active %} - Suspended + Archived {% endif %} Switch service diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index a21ad931b..b2bceefad 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -338,7 +338,7 @@ {% if (not current_service.active) and current_user.platform_admin %}