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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'templates/part.admin.php')
-rw-r--r--templates/part.admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.admin.php b/templates/part.admin.php
index 2d728665..3b502527 100644
--- a/templates/part.admin.php
+++ b/templates/part.admin.php
@@ -47,7 +47,7 @@ $ciphers = openssl_get_cipher_methods();
<h2><?php p($l->t('Passman Settings')); ?></h2>
<?php
if ($checkVersion) {
- p($l->t('Github version:') . ' ' . $githubVersion);
+ p($l->t('GitHub version:') . ' ' . $githubVersion);
print '<br />';
} ?>
Local version: <?php p($localVersion); ?><br/>