Skip to content
Snippets Groups Projects
Commit 47f0af5f authored by Xiao Ju's avatar Xiao Ju
Browse files

corret typo

parent 4d1f8adb
No related branches found
No related tags found
1 merge request!71Resolve "Delete multiple files (web interface)"
......@@ -242,7 +242,7 @@ class BatchRemoveDataFileAnnotationForm(forms.Form):
class BatchDeleteDataFileForm(forms.Form):
datafiles = forms.MultipleChoiceField(required=False, widget=forms.TextInput,
label=_('Delete the the selected files'))
label=_('Delete selected files'))
class DataSetForm(forms.ModelForm):
......
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