We prefer "sign in/out" instead of "log in/out"

This commit is contained in:
Jérémy Lecour 2018-08-14 18:12:33 +02:00 committed by Jérémy Lecour
parent 85f1749405
commit ee19554391
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<%= link_to destroy_user_session_path, method: :delete, class: "dropdown-item" do %>
<i class="fa fa-sign-out"></i>
<%= t(".sign_out", default: "Log out") %>
<%= t(".sign_out", default: "Sign out") %>
<% end %>
</div>
</div>

View File

@ -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"