]> source.dussan.org Git - nextcloud-server.git/commitdiff
replace ownCloud with placeholder
authorVolkan Gezer <volkangezer@gmail.com>
Fri, 12 Sep 2014 23:48:18 +0000 (01:48 +0200)
committerVolkan Gezer <volkangezer@gmail.com>
Fri, 12 Sep 2014 23:48:18 +0000 (01:48 +0200)
core/templates/update.user.php

index 77a5892e174ea8e9424276880cb012a126fe7b9c..935247246db923a409f0e2bacf18c345eb74e2b5 100644 (file)
@@ -1,7 +1,7 @@
 <ul>
        <li class='update'>
-               <?php p($l->t('This ownCloud instance is currently being updated, which may take a while.')) ?><br/><br/>
-               <?php p($l->t('This page will refresh itself when the ownCloud instance is available again.')) ?><br/><br/>
+               <?php p($l->t('This %s instance is currently being updated, which may take a while.', array($theme->getName()))) ?><br/><br/>
+               <?php p($l->t('This page will refresh itself when the %s instance is available again.', array($theme->getName()))) ?><br/><br/>
                <?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br/><br/>
                <?php p($l->t('Thank you for your patience.')); ?><br/><br/>
        </li>