diff --git a/app/views/admin/enterprises/index.html.erb b/app/views/admin/enterprises/index.html.erb index 2cc480bce2..f5f6727e56 100644 --- a/app/views/admin/enterprises/index.html.erb +++ b/app/views/admin/enterprises/index.html.erb @@ -36,7 +36,7 @@ <%= link_to enterprise.name, main_app.admin_enterprise_path(enterprise) %> <%= 'PP ' if enterprise.is_primary_producer %><%= 'D' if enterprise.is_distributor %> - <%= enterprise.active ? 'Active' : 'Inactive' %> + <%= enterprise.visible ? 'Visible' : 'Invisible' %> <%= enterprise_form.text_field :next_collection_at %> <%= enterprise.description %>