diff --git a/app/views/doorkeeper/authorized_applications/index.html.erb b/app/views/doorkeeper/authorized_applications/index.html.erb
index 948efa30..d6391215 100644
--- a/app/views/doorkeeper/authorized_applications/index.html.erb
+++ b/app/views/doorkeeper/authorized_applications/index.html.erb
@@ -33,6 +33,6 @@
   <% end %>
 </main>
 </div>
-<%= render partial: 'shared/back_to_mapping' %>
+<%= render partial: 'shared/go_to_maps' %>
 </div>
 <%= render 'script' %>
diff --git a/app/views/notifications/index.html.erb b/app/views/notifications/index.html.erb
index fae96794..9e37c220 100644
--- a/app/views/notifications/index.html.erb
+++ b/app/views/notifications/index.html.erb
@@ -42,7 +42,7 @@
     </div>
   <% end %>
 
-  <%= render partial: 'shared/back_to_mapping' %>
+  <%= render partial: 'shared/go_to_maps' %>
 </div>
 
 <%= render partial: 'notifications/header' %>
diff --git a/app/views/notifications/show.html.erb b/app/views/notifications/show.html.erb
index 0af259ea..a003a0e1 100644
--- a/app/views/notifications/show.html.erb
+++ b/app/views/notifications/show.html.erb
@@ -13,7 +13,7 @@
     <%= link_to 'Back to notifications', notifications_path %>
   </div>
 
-  <%= render partial: 'shared/back_to_mapping' %>
+  <%= render partial: 'shared/go_to_maps' %>
 </div>
 
 <%= render partial: 'notifications/header' %>
diff --git a/app/views/shared/_back_to_mapping.html.erb b/app/views/shared/_back_to_mapping.html.erb
deleted file mode 100644
index 342fd186..00000000
--- a/app/views/shared/_back_to_mapping.html.erb
+++ /dev/null
@@ -1,3 +0,0 @@
-<div class="centerContent withPadding back-to-mapping">
-  <a href="/">Back to mapping</a>
-</div>
diff --git a/app/views/shared/_go_to_maps.html.erb b/app/views/shared/_go_to_maps.html.erb
new file mode 100644
index 00000000..04c88574
--- /dev/null
+++ b/app/views/shared/_go_to_maps.html.erb
@@ -0,0 +1,3 @@
+<div class="centerContent withPadding">
+  <a href="/">Go to maps</a>
+</div>