diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-01-21 17:06:12 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-01-21 17:06:12 +0100 |
commit | 3deb6600d055b98f3363ca62b7b7656d107c7795 (patch) | |
tree | d7ee4cfda06c1008dba590c416f209fc5df33e62 | |
parent | 9921308c6207a3f0af8cbd5179c2f2d430dceb30 (diff) | |
parent | 879248ad3d191bf242c13fe7f63b9991aa5996e0 (diff) | |
download | nextcloud-server-3deb6600d055b98f3363ca62b7b7656d107c7795.tar.gz nextcloud-server-3deb6600d055b98f3363ca62b7b7656d107c7795.zip |
Merge pull request #13563 from owncloud/proper-title
use title instead of name
-rw-r--r-- | settings/templates/personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 7d7b6ec8176..3bd5971f44e 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -285,7 +285,7 @@ if($_['passwordChangeSupported']) { <div class="section"> <h2><?php p($l->t('Version'));?></h2> - <strong><?php p($theme->getName()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?><br /> + <strong><?php p($theme->getTitle()); ?></strong> <?php p(OC_Util::getHumanVersion()) ?><br /> <?php if (OC_Util::getEditionString() === ''): ?> <?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>.')); ?> <?php endif; ?> |