Skip to content
Snippets Groups Projects
Commit 1e7e927e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix wording of nav toggle

parent 375c910a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -75,7 +75,7 @@
%li
= link_to "Settings", profile_path
%li
= link_to "Turn on new nav", profile_preferences_path(anchor: "new-navigation")
= link_to "Turn on new navigation", profile_preferences_path(anchor: "new-navigation")
%li.divider
%li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"
Loading
Loading
Loading
Loading
@@ -69,7 +69,7 @@
%li
= link_to "Settings", profile_path
%li
= link_to "Turn off new nav", profile_preferences_path(anchor: "new-navigation")
= link_to "Turn off new navigation", profile_preferences_path(anchor: "new-navigation")
%li.divider
%li
= link_to "Sign out", destroy_user_session_path, method: :delete, class: "sign-out-link"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment