Application name should not be a transatable string.

Signed-off-by: Marin Treselj <marin@pixelipo.com>
This commit is contained in:
Marin Treselj
2017-05-23 11:27:57 +02:00
parent 23a8863a35
commit ebee72e9b3

View File

@@ -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',
];
});
}