summaryrefslogtreecommitdiffstats
path: root/library/Icingadb/Setup/RedisStep.php
diff options
context:
space:
mode:
Diffstat (limited to 'library/Icingadb/Setup/RedisStep.php')
-rw-r--r--library/Icingadb/Setup/RedisStep.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Icingadb/Setup/RedisStep.php b/library/Icingadb/Setup/RedisStep.php
index 97e50e0..7f2baab 100644
--- a/library/Icingadb/Setup/RedisStep.php
+++ b/library/Icingadb/Setup/RedisStep.php
@@ -107,7 +107,7 @@ class RedisStep extends Step
$topic = new HtmlElement('div', Attributes::create(['class' => 'topic']));
$topic->addHtml(new HtmlElement('p', null, Text::create(mt(
'icingadb',
- 'The Icinga DB Redis will be accessed using the following connection details:'
+ 'Redis will be accessed using the following connection details:'
))));
$primaryOptions = new Table();
@@ -178,7 +178,7 @@ class RedisStep extends Step
$summary = new HtmlDocument();
$summary->addHtml(
- new HtmlElement('h2', null, Text::create(mt('icingadb', 'Icinga DB Redis'))),
+ new HtmlElement('h2', null, Text::create(mt('icingadb', 'Redis'))),
$topic
);