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

@ -246,9 +246,9 @@ function stormtimetracking_node_info() {
'stormtimetracking' => array(
'name' => t('Timetracking'),
'module' => 'stormtimetracking',
'description' => t("A timetracking for Storm."),
'description' => t("A timetracking for SuiteDesk."),
'title_label' => t("Title"),
'body_label' => t("Description"),
'body_label' => t("Notes"),
)
);
}