summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/local/domain/leap.rhizi.net/domain_types.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/local/domain/leap.rhizi.net/domain_types.js b/src/local/domain/leap.rhizi.net/domain_types.js
index fca6cbfd..af56acbc 100644
--- a/src/local/domain/leap.rhizi.net/domain_types.js
+++ b/src/local/domain/leap.rhizi.net/domain_types.js
@@ -4,8 +4,8 @@ define({
'title': 'Keyword',
'attributes': ['description', 'url'],
},
- 'person': {
- 'title': 'Person',
+ 'collaborator': {
+ 'title': 'Collaborator',
'attributes': ['affiliation',
'description',
'email',
@@ -18,16 +18,16 @@ define({
'title': 'Project',
'attributes': ['description', 'url', 'rhizi-url'],
},
- 'project_component': {
- 'title': 'Project Component',
+ 'idea': {
+ 'title': 'Idea',
'attributes': ['description', 'url'],
},
- 'objective': {
- 'title': 'Objective',
+ 'need': {
+ 'title': 'Need',
'attributes': ['description', 'url'],
},
'resource': {
- 'title': 'Objective',
+ 'title': 'Resource',
'attributes': ['description', 'url'],
}
},