diff --git a/app/views/layouts/nav/_dashboard.html.haml b/app/views/layouts/nav/_dashboard.html.haml
index d620c022273679eb7158498d01d51b876a13373f..0cf1c3d5d27f59a69fc18058b66dcd97746e5037 100644
--- a/app/views/layouts/nav/_dashboard.html.haml
+++ b/app/views/layouts/nav/_dashboard.html.haml
@@ -42,7 +42,7 @@
       = link_to profile_path, title: 'Profile settings', data: {toggle: 'tooltip', placement: 'bottom'} do
         = icon('user fw')
         %span
-          Profile
+          Profile Settings
   = nav_link(controller: :help) do
     = link_to help_path, title: 'Help', data: {placement: 'right'} do
       = icon('question-circle fw')
diff --git a/app/views/layouts/profile.html.haml b/app/views/layouts/profile.html.haml
index 3193206fe120c43181902cf72f8a7d0bcbe513b5..77d2ccbf76244459b4b036c7ad24d497d00b7ef1 100644
--- a/app/views/layouts/profile.html.haml
+++ b/app/views/layouts/profile.html.haml
@@ -1,5 +1,5 @@
-- page_title    "Settings"
-- header_title  "Settings", profile_path
+- page_title    "Profile Settings"
+- header_title  "Profile Settings", profile_path
 - sidebar       "profile"
 
 = render template: "layouts/application"