]> source.dussan.org Git - nextcloud-server.git/commitdiff
enh(dashboard): changed h1 to say Dashboard instead of Nextcloud 42381/head
authorEduardo Morales <emoral435@gmail.com>
Tue, 19 Dec 2023 16:01:21 +0000 (10:01 -0600)
committerEduardo Morales <emoral435@gmail.com>
Wed, 20 Dec 2023 21:25:35 +0000 (15:25 -0600)
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
apps/dashboard/lib/Controller/DashboardController.php

index 02ae47fa91096743087c01dfe380c3f9828aa636..e7a1a71ccd49868ed331b25e52d28f359c7a5fcd 100644 (file)
@@ -43,8 +43,8 @@ use OCP\Dashboard\IWidget;
 use OCP\Dashboard\RegisterWidgetEvent;
 use OCP\EventDispatcher\IEventDispatcher;
 use OCP\IConfig;
-use OCP\IRequest;
 use OCP\IL10N;
+use OCP\IRequest;
 
 #[IgnoreOpenAPI]
 class DashboardController extends Controller {