]> source.dussan.org Git - nextcloud-server.git/commitdiff
use title instead of name
authorMorris Jobke <hey@morrisjobke.de>
Wed, 21 Jan 2015 15:52:38 +0000 (16:52 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Wed, 21 Jan 2015 15:52:38 +0000 (16:52 +0100)
settings/templates/personal.php

index 7d7b6ec81766cf87f3756347b4dca2d3f1ca77eb..3bd5971f44e71f85e924406f502d7d22b74265e9 100644 (file)
@@ -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; ?>