From 78bb66c344d5ade65ba345ea749feaff1e0a62a6 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Wed, 17 Apr 2024 20:24:31 +0300 Subject: [PATCH] adjust wording --- app/views/accounts/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()' %>