From 05bf673b6a00bf7ada59d3c4c3b69449c45f1769 Mon Sep 17 00:00:00 2001 From: Daniel Kesselberg Date: Wed, 20 Feb 2019 15:05:40 +0100 Subject: Rename browser log to web server error log Signed-off-by: Daniel Kesselberg --- lib/Sections/LogSection.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Sections/LogSection.php b/lib/Sections/LogSection.php index 53ed2a2..b0d1667 100644 --- a/lib/Sections/LogSection.php +++ b/lib/Sections/LogSection.php @@ -23,7 +23,6 @@ namespace OCA\IssueTemplate\Sections; - use OCA\IssueTemplate\IDetail; use OCA\IssueTemplate\Section; @@ -31,7 +30,7 @@ class LogSection extends Section { public function __construct() { parent::__construct('log-detail', 'Logs'); - $this->createDetail('Browser log', 'Insert your webserver log here ', IDetail::TYPE_COLLAPSIBLE_PREFORMAT); + $this->createDetail('Web server error log', 'Insert your web server log here ', IDetail::TYPE_COLLAPSIBLE_PREFORMAT); $this->createDetail('Nextcloud log', 'Insert your Nextcloud log here', IDetail::TYPE_COLLAPSIBLE_PREFORMAT); $this->createDetail('Browser log', 'Insert your browser log here, this could for example include: -- cgit v1.2.3