diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb index f4ba67b..a4b3311 100644 --- a/app/views/shared/_navbar.html.erb +++ b/app/views/shared/_navbar.html.erb @@ -46,7 +46,7 @@ <%= link_to destroy_user_session_path, method: :delete, class: "dropdown-item" do %> - <%= t(".sign_out", default: "Log out") %> + <%= t(".sign_out", default: "Sign out") %> <% end %> diff --git a/config/locales/en.yml b/config/locales/en.yml index 297e5d6..018d5ad 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -91,8 +91,8 @@ en: new_ssl_check: "New SSL check" my_notifications: "My notifications" sign_up: "Sign up" - sign_in: "Log in" - sign_out: "Log out" + sign_in: "Sign in" + sign_out: "Sign out" profile: "Profile" home_header: welcome: "Chexpire"