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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbel Büchner-Mihaljević <abel.b-m+gthb@posteo.net>2018-10-21 18:00:32 +0300
committernachoparker <nacho@ownyourbits.com>2018-10-21 18:00:32 +0300
commitb5ba95a9fd5fb1b00e7d49de757a3de779b203df (patch)
tree716a3e1c48c52e48a5e1f8e7b90c7a79034d1ead
parentd2155b04c92645904156bfce946f91b16c237824 (diff)
ncp-web: fixed hover text for ncp wizard icon (#688)v0.64.5
-rw-r--r--ncp-web/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncp-web/index.php b/ncp-web/index.php
index 4de840c6..d12b6c0f 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -148,7 +148,7 @@ HTML;
<div class="icon-config"></div>
</div>
</div>
- <a href="wizard" title="{$l->__("NextCloudPi Wizard")}">
+ <a href="wizard" title="<?php echo $l->__("NextCloudPi Wizard"); ?>">
<div class="wizard-btn">
<div id="expand">
<div class="icon-wizard-white"></div>