summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Witte <timo.witte@gmail.com>2016-06-20 01:58:39 +0200
committerTimo Witte <timo.witte@gmail.com>2016-06-20 01:58:39 +0200
commit205e9363702de39a352734514d8ae3f7cb74dbd3 (patch)
tree96417d0e2356e5d456a6914e87c144c5c7085301
parent97094b211c24093c61fcd7a2f3e96f28202307f9 (diff)
downloadnextcloud-server-205e9363702de39a352734514d8ae3f7cb74dbd3.tar.gz
nextcloud-server-205e9363702de39a352734514d8ae3f7cb74dbd3.zip
rename owncloud to nextcloud in Official apps button popup
-rw-r--r--settings/js/apps.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js
index 015236f957d..56c9022aa72 100644
--- a/settings/js/apps.js
+++ b/settings/js/apps.js
@@ -121,7 +121,7 @@ OC.Settings.Apps = OC.Settings.Apps || {
$('.enable.needs-download').tipsy({fallback: t('settings', 'The app will be downloaded from the app store')});
- $('.app-level .official').tipsy({fallback: t('settings', 'Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use.')});
+ $('.app-level .official').tipsy({fallback: t('settings', 'Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use.')});
$('.app-level .approved').tipsy({fallback: t('settings', 'Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.')});
$('.app-level .experimental').tipsy({fallback: t('settings', 'This app is not checked for security issues and is new or known to be unstable. Install at your own risk.')});
},