Skip to content

Commit

Permalink
change remote cloud naming to Nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Aug 15, 2016
1 parent 8f751c7 commit dcdc6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/lib/Lib/Backend/OwnCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
->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')))
Expand Down

0 comments on commit dcdc6b3

Please sign in to comment.