enh(dashboard): changed h1 to say Dashboard instead of Nextcloud

Signed-off-by: Eduardo Morales <emoral435@gmail.com>
This commit is contained in:
Eduardo Morales 2023-12-19 10:01:21 -06:00
parent 94d122deab
commit be54715436

View 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 {