diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-02-26 10:58:35 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-02-26 15:02:39 +0100 |
commit | e887f7b9b785281b1d37e2d26225638daeab8b58 (patch) | |
tree | f441090d9573c2683177ce5c34e9d82bd14bd8ab | |
parent | 8a4fddeb4afef2e96cadd505600700202fc0ee9b (diff) | |
download | nextcloud-server-e887f7b9b785281b1d37e2d26225638daeab8b58.tar.gz nextcloud-server-e887f7b9b785281b1d37e2d26225638daeab8b58.zip |
clarify link on apps management to the dev documentation
-rw-r--r-- | settings/templates/apps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 02cab16dec5..e749b33027a 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -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> |