From ae17a4d2bcd8b712768f518ffd240fa90874a182 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 1 May 2026 20:30:14 +0200 Subject: [PATCH] chore(i18n): Remove space in word1/word2 Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- apps/files_external/lib/Lib/Backend/SMB.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php index c8fa73d4be8..79c5e4dd55a 100644 --- a/apps/files_external/lib/Lib/Backend/SMB.php +++ b/apps/files_external/lib/Lib/Backend/SMB.php @@ -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')),