We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a034171 commit 2f812bdCopy full SHA for 2f812bd
1 file changed
apps/files_external/lib/Lib/Backend/SMB.php
@@ -30,7 +30,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
30
->setIdentifier('smb')
31
->addIdentifierAlias('\OC\Files\Storage\SMB')// legacy compat
32
->setStorageClass('\OCA\Files_External\Lib\Storage\SMB')
33
- ->setText($l->t('SMB / CIFS (Windows network share)'))
+ ->setText($l->t('SMB/CIFS (Windows network share)'))
34
->addParameters([
35
new DefinitionParameter('host', $l->t('Host')),
36
new DefinitionParameter('share', $l->t('Share')),
0 commit comments