diff --git a/app/views/pages/landing.html.erb b/app/views/pages/landing.html.erb
index 78cc823e..d75857da 100644
--- a/app/views/pages/landing.html.erb
+++ b/app/views/pages/landing.html.erb
@@ -5,7 +5,7 @@
- <% if local_assigns[:with_counter] %>
- <% count = CompletedSubmitter.distinct.count(:submission_id) %>
- <% if count > 1 %>
- <%= t('count_documents_signed_with_html', count:) %>
- <% else %>
- <%= t('powered_by') %>
- <% end %>
- <% else %>
- <%= t('powered_by') %>
- <% end %>
-
<%= Docuseal.product_name %> - <%= t('open_source_documents_software') %>
-
+
diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb
index a40d0c9a..f6ee7282 100644
--- a/app/views/submissions/show.html.erb
+++ b/app/views/submissions/show.html.erb
@@ -20,10 +20,7 @@
<%= button_to button_title(title: t('unarchive'), disabled_with: t('unarchive')[0..-2], icon: svg_icon('rotate', class: 'w-6 h-6')), submission_unarchive_index_path(@submission), class: 'btn btn-primary btn-ghost text-base hidden md:flex' %>
<% end %>
<% if @submission.audit_trail.present? %>
-