diff options
author | Lukas Reschke <lukas@owncloud.com> | 2016-06-11 10:46:02 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2016-06-11 10:46:02 +0200 |
commit | 218e4b48ad3df3ed120b999611e4bbf29601fa0c (patch) | |
tree | c47c208e70a92a3b339347081269a9b4d7367a02 /settings | |
parent | 7a10bedbc61656e7da9456f7d21ccf5ab203e782 (diff) | |
download | nextcloud-server-218e4b48ad3df3ed120b999611e4bbf29601fa0c.tar.gz nextcloud-server-218e4b48ad3df3ed120b999611e4bbf29601fa0c.zip |
Adjust some more branding texts
Replaces ownCloud with Nextcloud in the user-facing messages
Diffstat (limited to 'settings')
-rw-r--r-- | settings/js/apps.js | 2 | ||||
-rw-r--r-- | settings/templates/settings.development.notice.php | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/settings/js/apps.js b/settings/js/apps.js index e6631762fd4..18c2ffd2f67 100644 --- a/settings/js/apps.js +++ b/settings/js/apps.js @@ -119,7 +119,7 @@ OC.Settings.Apps = OC.Settings.Apps || { $('#apps-list-empty').removeClass('hidden').find('h2').text(t('settings', 'No apps found for your version')); } - $('.app-level .official').tipsy({fallback: t('settings', 'Official apps are developed by and within the ownCloud community. They offer functionality central to ownCloud and are ready for production use.')}); + $('.app-level .official').tipsy({fallback: t('settings', 'Official apps are developed by and within the Nextcloud community. They offer functionality central to Nextcloud and are ready for production use.')}); $('.app-level .approved').tipsy({fallback: t('settings', 'Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.')}); $('.app-level .experimental').tipsy({fallback: t('settings', 'This app is not checked for security issues and is new or known to be unstable. Install at your own risk.')}); }, diff --git a/settings/templates/settings.development.notice.php b/settings/templates/settings.development.notice.php index c88c90f6b6b..5a16e5750b6 100644 --- a/settings/templates/settings.development.notice.php +++ b/settings/templates/settings.development.notice.php @@ -8,12 +8,12 @@ '{linkclose}', ], [ - '<a href="https://owncloud.org/contact" target="_blank" rel="noreferrer">', - '<a href="https://github.com/owncloud" target="_blank" rel="noreferrer">', + '<a href="https://nextcloud.com/contact" target="_blank" rel="noreferrer">', + '<a href="https://github.com/nextcloud" target="_blank" rel="noreferrer">', '<a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noreferrer">', '</a>', ], - $l->t('Developed by the {communityopen}ownCloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.') + $l->t('Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}<abbr title="Affero General Public License">AGPL</abbr>{linkclose}.') )); ?> </p> <?php endif; ?> |