forked from External/greenlight
parent
467947f1b5
commit
db518c3620
|
@ -71,7 +71,7 @@
|
|||
<%= f.submit t("update"), class: "btn btn-primary float-right ml-4" %>
|
||||
|
||||
<% if can_reset_password %>
|
||||
<%= link_to "Reset user password", admin_reset_path(user_uid: @user.uid), class: "btn btn-primary float-right" %>
|
||||
<%= link_to t("settings.account.reset_password"), admin_reset_path(user_uid: @user.uid), class: "btn btn-primary float-right" %>
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
|
@ -537,6 +537,7 @@ en:
|
|||
roles: User Role
|
||||
subtitle: Update your Account Info
|
||||
title: Account Info
|
||||
reset_password: Reset user password
|
||||
delete:
|
||||
button: Yes, I would like to delete my account.
|
||||
disclaimer: If you choose to delete your account, it will <b>NOT</b> be recoverable. All information regarding your account, including settings, rooms, and recording will be removed.
|
||||
|
|
Loading…
Reference in New Issue