Adjusted fields order in SuiteDesk components

This commit is contained in:
Manuel Cillero 2017-09-08 08:10:07 +02:00
parent 42164e7778
commit 892f86fc25
4 changed files with 4 additions and 21 deletions

View file

@ -102,7 +102,7 @@ function stormteam_node_info() {
'stormteam' => array(
'name' => t('Team'),
'module' => 'stormteam',
'description' => t('A team for use within the SuiteDesk project management application'),
'description' => t('A team for SuiteDesk.'),
'title_label' => t('Team Name'),
'body_label' => t('Description'),
)