Skip to content

Commit 802996e

Browse files
authored
chore(i18n): Remove space in word1/word2
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
1 parent 2f812bd commit 802996e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function __construct(IL10N $l, SessionCredentials $legacyAuth, SMB $smbBa
2828
$this
2929
->setIdentifier('\OC\Files\Storage\SMB_OC')
3030
->setStorageClass('\OCA\Files_External\Lib\Storage\SMB')
31-
->setText($l->t('SMB / CIFS using Nextcloud login'))
31+
->setText($l->t('SMB/CIFS using Nextcloud login'))
3232
->addParameters([
3333
new DefinitionParameter('host', $l->t('Host')),
3434
(new DefinitionParameter('username_as_share', $l->t('Login as share')))

0 commit comments

Comments
 (0)