mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
enh(dashboard): changed h1 to say Dashboard instead of Nextcloud
Signed-off-by: Eduardo Morales <emoral435@gmail.com>
This commit is contained in:
parent
94d122deab
commit
be54715436
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue