mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
feat(files_external): clearer label for SMB_OC backend
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
b91dba44d5
commit
e790cbff93
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class SMB_OC extends Backend {
|
|||
$this
|
||||
->setIdentifier('\OC\Files\Storage\SMB_OC')
|
||||
->setStorageClass('\OCA\Files_External\Lib\Storage\SMB')
|
||||
->setText($l->t('SMB/CIFS using OC login'))
|
||||
->setText($l->t('SMB / CIFS using Nextcloud login'))
|
||||
->addParameters([
|
||||
new DefinitionParameter('host', $l->t('Host')),
|
||||
(new DefinitionParameter('username_as_share', $l->t('Login as share')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue