diff options
author | Raghu Nayyar <me@iraghu.com> | 2013-04-26 21:12:38 -0700 |
---|---|---|
committer | Raghu Nayyar <me@iraghu.com> | 2013-04-26 21:12:38 -0700 |
commit | 2bcb64e7813e5118676958a79910cdb604f9439b (patch) | |
tree | 0e892caa817759417df4f37f2e7bae9eea521a27 /settings | |
parent | 7b2c64236ce3ddd6cf1a09c67745a8f7ab9c356b (diff) | |
parent | b6fee2d25794ff3214e1bbf857861f6d681c4cf2 (diff) | |
download | nextcloud-server-2bcb64e7813e5118676958a79910cdb604f9439b.tar.gz nextcloud-server-2bcb64e7813e5118676958a79910cdb604f9439b.zip |
Merge pull request #3114 from owncloud/update-notification
Add an update notification
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 182168ce9eb..28254b7aa18 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -233,8 +233,7 @@ endfor;?> <fieldset class="personalblock"> <legend><strong><?php p($l->t('Version'));?></strong></legend> - <strong>ownCloud</strong> <?php p(OC_Util::getVersionString()); ?> <?php p(OC_Util::getEditionString()); ?> - (<?php print_unescaped(OC_Updater::ShowUpdatingHint()); ?>)<br/> + <strong>ownCloud</strong> <?php p(OC_Util::getVersionString()); ?> <?php p(OC_Util::getEditionString()); ?><br/> <?php print_unescaped($l->t('Developed by the <a href="http://ownCloud.org/contact" target="_blank">ownCloud community</a>, the <a href="https://github.com/owncloud" target="_blank">source code</a> is licensed under the <a href="http://www.gnu.org/licenses/agpl-3.0.html" target="_blank"><abbr title="Affero General Public License">AGPL</abbr></a>.')); ?> </fieldset> |