renames logout managed user to change user
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<section class="small-12 medium-9 column margin-top">
|
<section class="small-12 medium-9 column margin-top">
|
||||||
<div class="account-info">
|
<div class="account-info">
|
||||||
|
|
||||||
<%= link_to(t("management.account_info.logout"), logout_management_users_path, method: :delete, class: 'right') %>
|
<%= link_to(t("management.account_info.change_user"), logout_management_users_path, method: :delete, class: 'right') %>
|
||||||
|
|
||||||
<% if managed_user.level_two_or_three_verified? %>
|
<% if managed_user.level_two_or_three_verified? %>
|
||||||
<p><%= t("management.account_info.identified_label") %></p>
|
<p><%= t("management.account_info.identified_label") %></p>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ en:
|
|||||||
email_label: "Email"
|
email_label: "Email"
|
||||||
document_number_label: "Document number"
|
document_number_label: "Document number"
|
||||||
document_type_label: "Document type"
|
document_type_label: "Document type"
|
||||||
logout: "Logout"
|
change_user: "Change user"
|
||||||
sessions:
|
sessions:
|
||||||
signed_out: "Signed out successfully."
|
signed_out: "Signed out successfully."
|
||||||
signed_out_managed_user: "Signed out successfully."
|
signed_out_managed_user: "Signed out successfully."
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ es:
|
|||||||
email_label: "Email:"
|
email_label: "Email:"
|
||||||
document_number_label: "Número de documento:"
|
document_number_label: "Número de documento:"
|
||||||
document_type_label: "Tipo de documento:"
|
document_type_label: "Tipo de documento:"
|
||||||
logout: "Salir"
|
change_user: "Cambiar usuario"
|
||||||
sessions:
|
sessions:
|
||||||
signed_out: "Has cerrado la sesión correctamente."
|
signed_out: "Has cerrado la sesión correctamente."
|
||||||
signed_out_managed_user: "Has cerrado la sesión correctamente."
|
signed_out_managed_user: "Has cerrado la sesión correctamente."
|
||||||
|
|||||||
Reference in New Issue
Block a user