From 56e58899643aab9c26167130deaca498f75d9484 Mon Sep 17 00:00:00 2001 From: Drikus Roor Date: Tue, 19 Nov 2024 10:09:57 +0100 Subject: [PATCH] Update backend/image/forms.py --- backend/image/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/image/forms.py b/backend/image/forms.py index 467264ccc..adc44dd5f 100644 --- a/backend/image/forms.py +++ b/backend/image/forms.py @@ -48,7 +48,7 @@ class ImageAdminForm(forms.ModelForm): alt = forms.CharField( max_length=255, required=False, - help_text="Alternative text that describes the image - important for accessibility and SEO. " + help_text="Alternative text that describes the image - important for accessibility and SEO. This text is read aloud by screen readers or whenever the image cannot be loaded." "This text is displayed if the image fails to load and is read by screen readers.", )