mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 10:40:40 -04:00
chore(i18n): Remove space in word1/word2
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
cf3c1edb0a
commit
ae17a4d2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class SMB extends Backend {
|
|||
->setIdentifier('smb')
|
||||
->addIdentifierAlias('\OC\Files\Storage\SMB')// legacy compat
|
||||
->setStorageClass('\OCA\Files_External\Lib\Storage\SMB')
|
||||
->setText($l->t('SMB / CIFS (Windows network share)'))
|
||||
->setText($l->t('SMB/CIFS (Windows network share)'))
|
||||
->addParameters([
|
||||
new DefinitionParameter('host', $l->t('Host')),
|
||||
new DefinitionParameter('share', $l->t('Share')),
|
||||
|
|
|
|||
Loading…
Reference in a new issue