From b32058c9b7c63b1edc1116f9660da3b28ecfab8f Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 10 Oct 2023 15:16:05 +0200 Subject: [PATCH] refactor --- app/views/admin/communication/websites/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/communication/websites/_form.html.erb b/app/views/admin/communication/websites/_form.html.erb index a14cd0014..eca9ea45c 100644 --- a/app/views/admin/communication/websites/_form.html.erb +++ b/app/views/admin/communication/websites/_form.html.erb @@ -39,7 +39,7 @@ <%= f.input :default_image, as: :single_deletable_file, direct_upload: true, - hint: t('default_images_hint', formats: default_images_formats_accepted), + hint: default_images_formats_accepted_hint, input_html: { accept: default_images_formats_accepted }, preview: true %> <% end %> -- GitLab