diff --git a/app/views/accounts/show.html.erb b/app/views/accounts/show.html.erb index a7563505..406cfb3e 100644 --- a/app/views/accounts/show.html.erb +++ b/app/views/accounts/show.html.erb @@ -81,7 +81,7 @@ <%= f.hidden_field :key %>
- Require authorization for file download links + Require authentication for file download links <%= f.check_box :value, class: 'toggle', checked: account_config.value, onchange: 'this.form.requestSubmit()' %>