Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Sections/LogSection.php3
1 files changed, 1 insertions, 2 deletions
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: