Skip to content

Commit

Permalink
ncp-web: fixed hover text for ncp wizard icon (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-abel authored and nachoparker committed Oct 21, 2018
1 parent d2155b0 commit b5ba95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncp-web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
<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>
Expand Down

0 comments on commit b5ba95a

Please sign in to comment.