diff --git a/WcaOnRails/app/views/competitions/index.html.erb b/WcaOnRails/app/views/competitions/index.html.erb
index f5960f549e4..d20a748f5c1 100644
--- a/WcaOnRails/app/views/competitions/index.html.erb
+++ b/WcaOnRails/app/views/competitions/index.html.erb
@@ -3,8 +3,6 @@
<%= yield(:title) %>
- <%= alert :warning, t('.disclaimer') %>
-
<%= form_tag competitions_path, method: :get, remote: true, class: "competition-select form-inline #{@display}", id: "competition-query-form" do %>
<%= render 'index_form' %>
<% end %>
diff --git a/WcaOnRails/config/locales/en.yml b/WcaOnRails/config/locales/en.yml
index 64d11056000..23b68e7f883 100644
--- a/WcaOnRails/config/locales/en.yml
+++ b/WcaOnRails/config/locales/en.yml
@@ -1509,7 +1509,6 @@ en:
#context: on the competition's index page
index:
title: "Competitions"
- disclaimer: "Please note that due to the COVID-19 pandemic, some regions are currently unable to host competitions."
all_events: "All"
all_years: "All Years"
clear: "Clear"