diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 026238ac4b..c86c7c3f16 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -24,7 +24,6 @@
production: '๐',
profile: 'โฑ๏ธ',
staging: '๐',
- staging_2: '๐2๏ธโฃ', # rubocop:disable Naming/VariableNumber
test: '๐งช',
training: '๐',
}
diff --git a/spec/views/layouts/application.html.erb_spec.rb b/spec/views/layouts/application.html.erb_spec.rb
index ffdde08fc8..bf02cf6b01 100644
--- a/spec/views/layouts/application.html.erb_spec.rb
+++ b/spec/views/layouts/application.html.erb_spec.rb
@@ -9,7 +9,6 @@
# production is tested separately
profile: 'โฑ๏ธ',
staging: '๐',
- staging_2: '๐2๏ธโฃ', # rubocop:disable Naming/VariableNumber
test: '๐งช',
training: '๐'
}