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:
Diffstat (limited to 'ncp-web/index.php')
-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 ff66862f..aa6ed315 100644
--- a/ncp-web/index.php
+++ b/ncp-web/index.php
@@ -68,7 +68,7 @@
if ($ret == 0) {
echo '<div id="notification">';
echo '<div id="update-notification" class="row type-error closeable">';
- sprintf($l->__("version %s is available"), file_get_contents("/var/run/.ncp-latest-version"));
+ echo "version " . file_get_contents( "/var/run/.ncp-latest-version" ) . " is available";
echo '<a class="action close icon-close" href="#" alt="Dismiss"></a>';
echo '</div>';
echo '</div>';