Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/installer.php')
-rw-r--r--lib/private/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/installer.php b/lib/private/installer.php
index f1d4d551786..51f23e9e8ad 100644
--- a/lib/private/installer.php
+++ b/lib/private/installer.php
@@ -383,7 +383,7 @@ class OC_Installer{
// check if the app is compatible with this version of ownCloud
if(!OC_App::isAppCompatible(\OCP\Util::getVersion(), $info)) {
OC_Helper::rmdirr($extractDir);
- throw new \Exception($l->t("App can't be installed because it is not compatible with this version of ownCloud"));
+ throw new \Exception($l->t("App can't be installed because it is not compatible with this version of Nextcloud"));
}
// check if shipped tag is set which is only allowed for apps that are shipped with ownCloud