change remote cloud naming to Nextcloud
This commit is contained in:
parent
42f14ab5a9
commit
bead6c9307
|
@ -37,7 +37,7 @@ class OwnCloud extends Backend {
|
||||||
->setIdentifier('owncloud')
|
->setIdentifier('owncloud')
|
||||||
->addIdentifierAlias('\OC\Files\Storage\OwnCloud') // legacy compat
|
->addIdentifierAlias('\OC\Files\Storage\OwnCloud') // legacy compat
|
||||||
->setStorageClass('\OCA\Files_External\Lib\Storage\OwnCloud')
|
->setStorageClass('\OCA\Files_External\Lib\Storage\OwnCloud')
|
||||||
->setText($l->t('ownCloud'))
|
->setText($l->t('Nextcloud'))
|
||||||
->addParameters([
|
->addParameters([
|
||||||
(new DefinitionParameter('host', $l->t('URL'))),
|
(new DefinitionParameter('host', $l->t('URL'))),
|
||||||
(new DefinitionParameter('root', $l->t('Remote subfolder')))
|
(new DefinitionParameter('root', $l->t('Remote subfolder')))
|
||||||
|
|
Loading…
Reference in New Issue