diff options
author | Robin Appelman <robin@icewind.nl> | 2016-08-15 16:13:23 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-08-18 12:57:47 +0200 |
commit | 2332ed3292962a3af970ac98fcd802f97912855b (patch) | |
tree | 0f36f90e6f34c9a8f78db1af52d7b4b3be3cf110 /apps | |
parent | 5dd20a55e87922bce72d3ffcb70ed67ccfcc84f3 (diff) | |
download | nextcloud-server-2332ed3292962a3af970ac98fcd802f97912855b.tar.gz nextcloud-server-2332ed3292962a3af970ac98fcd802f97912855b.zip |
change remote cloud naming to Nextcloud
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/lib/Lib/Backend/OwnCloud.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Backend/OwnCloud.php b/apps/files_external/lib/Lib/Backend/OwnCloud.php index 59d1b2cec52..1304b09c87c 100644 --- a/apps/files_external/lib/Lib/Backend/OwnCloud.php +++ b/apps/files_external/lib/Lib/Backend/OwnCloud.php @@ -37,7 +37,7 @@ class OwnCloud extends Backend { ->setIdentifier('owncloud') ->addIdentifierAlias('\OC\Files\Storage\OwnCloud') // legacy compat ->setStorageClass('\OCA\Files_External\Lib\Storage\OwnCloud') - ->setText($l->t('ownCloud')) + ->setText($l->t('Nextcloud')) ->addParameters([ (new DefinitionParameter('host', $l->t('URL'))), (new DefinitionParameter('root', $l->t('Remote subfolder'))) |