Skip to content

Commit

Permalink
Touchup labels
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Aug 18, 2017
1 parent 097bf70 commit 76909f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/webapps/galaxy/controllers/forms.py
Expand Up @@ -188,7 +188,7 @@ def edit_form(self, trans, payload=None, **kwd):
'value' : 'Field label'
},{
'name' : 'helptext',
'label' : 'Help Text'
'label' : 'Help text'
},{
'name' : 'type',
'label' : 'Type',
Expand All @@ -197,7 +197,7 @@ def edit_form(self, trans, payload=None, **kwd):
},{
'name' : 'selectlist',
'label' : 'Options',
'help' : '*Only for select field, provide comma-separated options.'
'help' : '*Only for fields which allow multiple selections, provide comma-separated values.'
},{
'name' : 'default',
'label' : 'Default value'
Expand Down

0 comments on commit 76909f2

Please sign in to comment.