change remote cloud naming to Nextcloud

This commit is contained in:
Robin Appelman 2016-08-15 16:13:23 +02:00 committed by Marius Blüm
parent 42f14ab5a9
commit bead6c9307
1 changed files with 1 additions and 1 deletions

View File

@ -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')))