Skip to content
Snippets Groups Projects
Commit f2c9b350 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

fix typo

parent a3361ff1
No related branches found
No related tags found
1 merge request!70Add form, url, template and view; no functionality yet
......@@ -52,7 +52,7 @@ class WorkSpecificationForm(ModelForm):
class GroupForm(ModelForm):
obs_ids = CharField(label='SAS IDs',
help_text="A list of SAS IDs seprated with a comma+space. Example: 123, 456, 789",
help_text="A list of SAS IDs separated with a comma+space. Example: 123, 456, 789",
required=True)
class Meta:
......
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