diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address/_tabs.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address/_tabs.html.eex
index e913383c1420..236ac97f7d5f 100644
--- a/apps/block_scout_web/lib/block_scout_web/templates/address/_tabs.html.eex
+++ b/apps/block_scout_web/lib/block_scout_web/templates/address/_tabs.html.eex
@@ -38,7 +38,7 @@
) %>
<%= if BlockScoutWeb.AddressView.is_validator_signer?(@address) do %>
<%= link(
- gettext("Downtime"),
+ gettext("Unsigned Blocks"),
class: "card-tab #{tab_status("signed", @conn.request_path)}",
"data-test": "signed_tab_link",
to: AccessHelpers.get_path(@conn, :address_signed_path, :index, @address.hash)
diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address_signed/index.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address_signed/index.html.eex
index 97c82a2644af..2eb50df87119 100644
--- a/apps/block_scout_web/lib/block_scout_web/templates/address_signed/index.html.eex
+++ b/apps/block_scout_web/lib/block_scout_web/templates/address_signed/index.html.eex
@@ -20,12 +20,12 @@
<%= gettext "Connection Lost, click to load newer blocks" %>
-
<%=gettext("Downtime")%>
+ <%=gettext("Unsigned Blocks")%>
<%= render BlockScoutWeb.CommonComponentsView, "_pagination_container.html", position: "top", cur_page_number: "1", show_pagination_limit: true, data_next_page_button: true, data_prev_page_button: true %>
- <%= gettext "There are no downtime blocks for this address." %>
+ <%= gettext "There are no unsigned blocks for this address." %>