Skip to content
Snippets Groups Projects
Commit cadcbf1f authored by Nathaniel Kofalt's avatar Nathaniel Kofalt
Browse files

Correct plural map

parent ae78c4ac
No related branches found
No related tags found
No related merge requests found
......@@ -11,11 +11,12 @@ SINGULAR_TO_PLURAL = {
'acquisition': 'acquisitions',
'analysis': 'analyses',
'collection': 'collections',
'device': 'device',
'device': 'devices',
'group': 'groups',
'job': 'job',
'job': 'jobs',
'project': 'projects',
'session': 'sessions',
'user': 'users',
}
PLURAL_TO_SINGULAR = {p: s for s, p in SINGULAR_TO_PLURAL.iteritems()}
......
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