Skip to content

Commit

Permalink
Update backend/image/forms.py
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor authored Nov 19, 2024
1 parent 34d5c71 commit 75c3fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/image/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)

Expand Down

0 comments on commit 75c3fd8

Please sign in to comment.