Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4ff6b7db authored by Pierre-Alain Bandinelli's avatar Pierre-Alain Bandinelli Committed by GitHub
Browse files

Merge pull request #137 from Valdnet/patch-10

App navigation
parents b0d41191 79e579a1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,5 +28,5 @@ OCP\Util::addScript('rainloop', 'rainloop');
	'order' => 10,
	'href' => OC::$server->getURLGenerator()->linkToRoute('rainloop_index'),
	'icon' => OC::$server->getURLGenerator()->imagePath('rainloop', 'mail.png'),
	'name' => 'Email'
	'name' => \OCP\Util::getL10N('rainloop')->t('Email')
));