Skip to content
Snippets Groups Projects
Unverified Commit 6cd5230c authored by Saurabh Kumar's avatar Saurabh Kumar Committed by GitHub
Browse files

Rename “file field” to “Single File Field” (#3367)

Fixes: #3316
parent 7fbbb1d8
No related branches found
No related tags found
2 merge requests!18Fix application form submit button remaining disabled (#3483),!13Merge in v4.1.1
...@@ -416,7 +416,7 @@ class FileFieldBlock(UploadableMediaBlock): ...@@ -416,7 +416,7 @@ class FileFieldBlock(UploadableMediaBlock):
field_class = SingleFileField field_class = SingleFileField
class Meta: class Meta:
label = _('File field') label = _('Single File field')
icon = 'download' icon = 'download'
def get_field_kwargs(self, struct_value): def get_field_kwargs(self, struct_value):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment