Skip to content

Commit 2332ed3

Browse files
committed
change remote cloud naming to Nextcloud
1 parent 5dd20a5 commit 2332ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/lib/Lib/Backend/OwnCloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
3737
->setIdentifier('owncloud')
3838
->addIdentifierAlias('\OC\Files\Storage\OwnCloud') // legacy compat
3939
->setStorageClass('\OCA\Files_External\Lib\Storage\OwnCloud')
40-
->setText($l->t('ownCloud'))
40+
->setText($l->t('Nextcloud'))
4141
->addParameters([
4242
(new DefinitionParameter('host', $l->t('URL'))),
4343
(new DefinitionParameter('root', $l->t('Remote subfolder')))

0 commit comments

Comments
 (0)