Update side_menu.ctp

Adjusts menu to be in line with "Global Actions"
pull/6043/head
StefanKelm 2020-06-22 16:06:43 +02:00 committed by GitHub
parent 688585b323
commit 1e97f16c3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@
));
echo $this->element('/genericElements/SideMenu/side_menu_link', array(
'url' => '/decayingModel/decayingTool',
'text' => __('Decaying Tool')
'text' => __('Decaying Models Tool')
));
echo $this->element('/genericElements/SideMenu/side_menu_divider');
}