summaryrefslogtreecommitdiff
path: root/src/local
diff options
context:
space:
mode:
authorgarbash <dor.garbash@gmail.com>2015-05-04 14:22:19 +0300
committergarbash <dor.garbash@gmail.com>2015-05-04 14:22:19 +0300
commit407efb9d9b0b6d3c47a0013c1bb6d54501380de4 (patch)
tree5780f260c3e5061d6ecdc25bc4c3f3e8e450ccd6 /src/local
parent927cdee14ba88197a17415daff40851b11d18f35 (diff)
Fixes for ohalo.rhizi.net domain
Diffstat (limited to 'src/local')
-rw-r--r--src/local/domain/ohalo.rhizi.net/domain_types.js12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/local/domain/ohalo.rhizi.net/domain_types.js b/src/local/domain/ohalo.rhizi.net/domain_types.js
index 09a779bd..585864c3 100644
--- a/src/local/domain/ohalo.rhizi.net/domain_types.js
+++ b/src/local/domain/ohalo.rhizi.net/domain_types.js
@@ -9,7 +9,7 @@ define({
],
}],
['keyword', {
- 'title': 'מילת-מפצח',
+ 'title': 'מילת-מפתח',
'attributes': ['description', 'url', 'image-url'],
}],
['project', {
@@ -17,11 +17,11 @@ define({
'attributes': ['description', 'url', 'image-url'],
}],
['idea', {
- 'title': 'שאלות-ראיון',
+ 'title': 'שאלת-ראיון',
'attributes': ['description', 'url', 'image-url'],
}],
['skill', {
- 'title': 'מאפיןן-מנהיגות',
+ 'title': 'מאפין-מנהיגות',
'attributes': ['description', 'url', 'image-url'],
}],
['resource', {
@@ -30,23 +30,17 @@ define({
}]
],
attribute_titles: {
- 'affiliation': 'Affiliation',
'description': 'תיאור',
- 'email': 'מייל',
'name': 'שם',
'type': 'סוג',
'url': 'לינק',
'image-url': 'לינק-תמונה',
- 'rhizi-url': 'Rhizi URL',
},
attribute_ui: {
- 'affiliation': 'textarea',
'description': 'textarea',
- 'email': 'input',
'name': 'input',
'type': 'type',
'image-url': 'image',
'url': 'url',
- 'rhizi-url': 'rhizi-url',
},
});