diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-19 08:36:17 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-08-19 08:36:17 +0200 |
commit | a2b6d4d923e506c0127f3014cbbcc10b2220c753 (patch) | |
tree | f473abd47227f08f5a35fb0c19576e7ff0a0b3a8 | |
parent | df5a1e2a30e9f2bac00522b3e99482d4c9544f22 (diff) | |
download | nextcloud-server-a2b6d4d923e506c0127f3014cbbcc10b2220c753.tar.gz nextcloud-server-a2b6d4d923e506c0127f3014cbbcc10b2220c753.zip |
Nextcloud is being updated. Not ownCloud
Fixes #948
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 99ba21f86aa..584f8ff5029 100644 --- a/lib/base.php +++ b/lib/base.php @@ -390,7 +390,7 @@ class OC { $ocVersion = \OCP\Util::getVersion(); $tmpl->assign('appsToUpgrade', $appManager->getAppsNeedingUpgrade($ocVersion)); $tmpl->assign('incompatibleAppsList', $appManager->getIncompatibleApps($ocVersion)); - $tmpl->assign('productName', 'ownCloud'); // for now + $tmpl->assign('productName', 'Nextcloud'); // for now $tmpl->assign('oldTheme', $oldTheme); $tmpl->printPage(); } |