NavigationController: Fix incorrect sort label

refs #10246
This commit is contained in:
Johannes Meyer 2015-09-30 12:28:40 +02:00
parent 6b31898566
commit ddeed579af
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class NavigationController extends Controller
array(
'type' => $this->translate('Type'),
'owner' => $this->translate('Shared'),
'name' => $this->translate('Shared Navigation')
'name' => $this->translate('Navigation')
),
$query
);