Adjusted fields order in SuiteDesk components
This commit is contained in:
parent
42164e7778
commit
892f86fc25
4 changed files with 4 additions and 21 deletions
|
@ -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"),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue