Application name should not be a transatable string.
Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
@@ -89,7 +89,7 @@ class Application extends App {
|
||||
'order' => 10,
|
||||
'href' => $urlGenerator->linkToRoute('deck.page.index'),
|
||||
'icon' => $urlGenerator->imagePath('deck', 'app.svg'),
|
||||
'name' => $l10n->t('Deck'),
|
||||
'name' => 'Deck',
|
||||
];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user