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')); ?>

@@ -67,7 +67,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')); ?>

diff --git a/settings/templates/apps.php b/settings/templates/apps.php index ef89a5393cd09..02c17a489a6b1 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -31,7 +31,7 @@
  • - t('Developer documentation'));?> ↗ + t('Developer documentation'));?> ↗
  • @@ -103,12 +103,12 @@ {{#if missingMinOwnCloudVersion}}
    -

    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.')); ?>

    {{else}} {{#if missingMaxOwnCloudVersion}}
    -

    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.')); ?>

    {{/if}} {{/if}} diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 11dc0d7881b30..70b7cfd083bf1 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -159,12 +159,6 @@ - - - t('Help translate'));?> - -
    @@ -185,11 +179,11 @@

    t('If you want to support the project - join development or - spread the word!'));?> + help other users!'));?>