From 407efb9d9b0b6d3c47a0013c1bb6d54501380de4 Mon Sep 17 00:00:00 2001 From: garbash Date: Mon, 4 May 2015 14:22:19 +0300 Subject: Fixes for ohalo.rhizi.net domain --- src/local/domain/ohalo.rhizi.net/domain_types.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src') 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', }, }); -- cgit v1.3.1