Skip to content

Commit 2f812bd

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/files_external/lib/Lib/Backend

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
3030
->setIdentifier('smb')
3131
->addIdentifierAlias('\OC\Files\Storage\SMB')// legacy compat
3232
->setStorageClass('\OCA\Files_External\Lib\Storage\SMB')
33-
->setText($l->t('SMB / CIFS (Windows network share)'))
33+
->setText($l->t('SMB/CIFS (Windows network share)'))
3434
->addParameters([
3535
new DefinitionParameter('host', $l->t('Host')),
3636
new DefinitionParameter('share', $l->t('Share')),

0 commit comments

Comments
 (0)