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

Unverified Commit 79e579a1 authored by Valdnet's avatar Valdnet Committed by GitHub
Browse files

App navigation

Added ability to translate the app title for Nextcloud navigation.
parent 72d765a0
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')
));