diff --git a/app/views/layouts/_mobilemenu.html.erb b/app/views/layouts/_mobilemenu.html.erb index e2b14253..f04f79a7 100644 --- a/app/views/layouts/_mobilemenu.html.erb +++ b/app/views/layouts/_mobilemenu.html.erb @@ -30,7 +30,7 @@ <% end %>
  • - <%= link_to "Global Maps", explore_active_path, :data => { :router => 'true'} %> + <%= link_to "All Maps", explore_active_path, :data => { :router => 'true'} %>
  • <% if not current_user %>
  • diff --git a/frontend/src/components/Maps/Header.js b/frontend/src/components/Maps/Header.js index d323c0d5..c0a7e1cd 100644 --- a/frontend/src/components/Maps/Header.js +++ b/frontend/src/components/Maps/Header.js @@ -58,7 +58,7 @@ class Header extends Component { href={signedIn ? '/' : '/explore/active'} linkClass={activeClass('active')} data-router="true" - text="Global" + text="All Maps" />