diff --git a/apps/files_sharing/settings-personal.php b/apps/files_sharing/settings-personal.php
index 982a8b05c1569..5a839e91c1ca0 100644
--- a/apps/files_sharing/settings-personal.php
+++ b/apps/files_sharing/settings-personal.php
@@ -25,12 +25,6 @@
$l = \OC::$server->getL10N('files_sharing');
-$isIE8 = false;
-preg_match('/MSIE (.*?);/', $_SERVER['HTTP_USER_AGENT'], $matches);
-if (count($matches) > 0 && $matches[1] <= 9) {
- $isIE8 = true;
-}
-
$cloudID = \OC::$server->getUserSession()->getUser()->getCloudId();
$url = 'https://owncloud.org/federation#' . $cloudID;
$ownCloudLogoPath = \OC::$server->getURLGenerator()->imagePath('core', 'logo-icon.svg');
@@ -42,6 +36,6 @@
$tmpl->assign('owncloud_logo_path', $ownCloudLogoPath);
$tmpl->assign('reference', $url);
$tmpl->assign('cloudId', $cloudID);
-$tmpl->assign('showShareIT', !$isIE8);
+$tmpl->assign('showShareIT', false);
return $tmpl->fetchPage();
diff --git a/apps/files_sharing/templates/settings-personal.php b/apps/files_sharing/templates/settings-personal.php
index 32f358765c90a..f0bbf2d935554 100644
--- a/apps/files_sharing/templates/settings-personal.php
+++ b/apps/files_sharing/templates/settings-personal.php
@@ -57,7 +57,7 @@ class='js-gs-share social-gnu'>
style="padding:10px;background-color:#0082c9;color:#fff;border-radius:3px;padding-left:4px;">
- t('Share with me via ownCloud')); ?>
+ t('Share with me via Nextcloud')); ?>
t('This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?>
+t('This app has no minimum Nextcloud version assigned. This will be an error in Nextcloud 11 and later.')); ?>
t('This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later.')); ?>
+t('This app has no maximum Nextcloud version assigned. This will be an error in Nextcloud 11 and later.')); ?>
t('If you want to support the project - join development or - spread the word!'));?> + help other users!'));?>