From a53e1c79714d05807d42a50010b44d13721934c3 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sat, 3 Aug 2024 17:47:57 +0100 Subject: Updated help text in form field. --- pyblackbird_cc/resources/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyblackbird_cc/resources/forms.py') diff --git a/pyblackbird_cc/resources/forms.py b/pyblackbird_cc/resources/forms.py index 4b7df38..ed2c1a6 100644 --- a/pyblackbird_cc/resources/forms.py +++ b/pyblackbird_cc/resources/forms.py @@ -201,7 +201,7 @@ class ResourceUpdateThumbnailsForm(forms.Form): ), required=False, label="Thumbnail files", - help_text="You can provide X number of files here." + help_text="You can upload 5 files." ) thumbnail_files.widget.attrs.update({"class": "file_upload", "accept": ".png,.jpg"}) -- cgit v1.2.3