mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -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
ae17a4d2bc
commit
5de1357c09
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 Nextcloud 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