rename some labels

This commit is contained in:
2024-06-24 01:14:31 +02:00
parent 48e11cba5a
commit 92f0d06bb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class ImageWithTextBlock(blocks.StructBlock):
label="Bildeformat",
)
text = blocks.CharBlock(
label="Tekst",
label="Bildetekst",
required=False,
max_length=512,
)