From 218e4b48ad3df3ed120b999611e4bbf29601fa0c Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sat, 11 Jun 2016 10:46:02 +0200 Subject: Adjust some more branding texts Replaces ownCloud with Nextcloud in the user-facing messages --- apps/dav/lib/connector/sabre/dummygetresponseplugin.php | 2 +- apps/federation/templates/settings-admin.php | 10 +++++----- apps/files_sharing/templates/public.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'apps') diff --git a/apps/dav/lib/connector/sabre/dummygetresponseplugin.php b/apps/dav/lib/connector/sabre/dummygetresponseplugin.php index b10d5aaab36..0eb11bbca83 100644 --- a/apps/dav/lib/connector/sabre/dummygetresponseplugin.php +++ b/apps/dav/lib/connector/sabre/dummygetresponseplugin.php @@ -57,7 +57,7 @@ class DummyGetResponsePlugin extends \Sabre\DAV\ServerPlugin { */ function httpGet(RequestInterface $request, ResponseInterface $response) { $string = 'This is the WebDAV interface. It can only be accessed by ' . - 'WebDAV clients such as the ownCloud desktop sync client.'; + 'WebDAV clients such as the Nextcloud desktop sync client.'; $stream = fopen('php://memory','r+'); fwrite($stream, $string); rewind($stream); diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index 77c552ee789..b79e8be2d69 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -8,17 +8,17 @@ style('federation', 'settings-admin') ?>

t('Federation')); ?>

- t('ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?> + t('Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.')); ?>

/> - +

-

Trusted ownCloud Servers

+

t('Trusted Nextcloud Servers')) ?>

- - + +