adjust wording

This commit is contained in:
Pete Matsyburka
2024-04-17 20:24:31 +03:00
parent 5af65ef74f
commit 78bb66c344
+1 -1
View File
@@ -81,7 +81,7 @@
<%= f.hidden_field :key %>
<div class="flex items-center justify-between py-2.5">
<span>
Require authorization for file download links
Require authentication for file download links
</span>
<%= f.check_box :value, class: 'toggle', checked: account_config.value, onchange: 'this.form.requestSubmit()' %>
</div>