Merge pull request #957 from nextcloud/stable10_fix_948

[Stable10] Nextcloud is being updated. Not ownCloud
This commit is contained in:
Marius Blüm 2016-08-19 09:39:09 +02:00 committed by GitHub
commit 7f486705e0
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}