]> source.dussan.org Git - nextcloud-server.git/commitdiff
clarify link on apps management to the dev documentation
authorMorris Jobke <hey@morrisjobke.de>
Thu, 26 Feb 2015 09:58:35 +0000 (10:58 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Thu, 26 Feb 2015 14:02:39 +0000 (15:02 +0100)
settings/templates/apps.php

index 02cab16dec5afb679a8417d6cc954e9ab16e5829..e749b33027a63dbbacac629cf2c546f985779066 100644 (file)
@@ -8,7 +8,7 @@
                <a class="app-external" target="_blank" href="https://apps.owncloud.com/?xsortmode=high"><?php p($l->t('More apps'));?> …</a>
        </li>
        <li>
-               <a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Add your app'));?> …</a>
+               <a class="app-external" target="_blank" href="https://owncloud.org/dev"><?php p($l->t('Developer documentation'));?> …</a>
        </li>
 <?php endif; ?>
 </script>