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:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-02-20 17:05:40 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-02-20 17:05:40 +0300
commit05bf673b6a00bf7ada59d3c4c3b69449c45f1769 (patch)
treeec39de5f371a3a6552fd220a086c67d1b231b580 /lib
parent2ce6500575a6464968cb3c59a1572568748aa68a (diff)
Rename browser log to web server error log
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
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: