diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/local/domain/descartes.rhizi.net/domain_types.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/local/domain/descartes.rhizi.net/domain_types.js b/src/local/domain/descartes.rhizi.net/domain_types.js index 1ebe3f1d..ef9e264f 100644 --- a/src/local/domain/descartes.rhizi.net/domain_types.js +++ b/src/local/domain/descartes.rhizi.net/domain_types.js @@ -13,15 +13,15 @@ define({ 'title': 'Beneficiary', 'attributes': ['description', 'url', 'image-url', 'email'], }], - ['completed project', { + ['completed-project', { 'title': 'Completed project', 'attributes': ['description', 'url', 'budget', 'total days','image-url'], }], - ['ongoing project', { + ['ongoing-project', { 'title': 'Ongoing project project', 'attributes': ['description', 'url', 'budget', 'total days','image-url'], }], - ['future project', { + ['future-project', { 'title': 'Future project', 'attributes': ['description', 'url', 'budget', 'total days','image-url'], }], |
