aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-05-31 17:21:16 +0200
committerGitHub <noreply@github.com>2021-05-31 17:21:16 +0200
commit7e8ddcd38f2bbd10040275566b0195baad2cfc8f (patch)
tree5d4a81ab0ebc8ba2034443b7a952157179c46c71 /apps/files_external
parent773e28d8e43b634fb641f71458abd8d21b5b6270 (diff)
parent77ca79f697e1002997b5ce5b1bd06c91be507d72 (diff)
downloadnextcloud-server-7e8ddcd38f2bbd10040275566b0195baad2cfc8f.tar.gz
nextcloud-server-7e8ddcd38f2bbd10040275566b0195baad2cfc8f.zip
Merge pull request #26706 from nextcloud/Valdnet-patch-7
l10n: Spelling unification
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/lib/Lib/Backend/SMB.php2
-rw-r--r--apps/files_external/lib/Lib/Backend/SMB_OC.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php
index 5344bf5f78c..a21beb6e012 100644
--- a/apps/files_external/lib/Lib/Backend/SMB.php
+++ b/apps/files_external/lib/Lib/Backend/SMB.php
@@ -45,7 +45,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'))
+ ->setText($l->t('SMB/CIFS'))
->addParameters([
new DefinitionParameter('host', $l->t('Host')),
new DefinitionParameter('share', $l->t('Share')),
diff --git a/apps/files_external/lib/Lib/Backend/SMB_OC.php b/apps/files_external/lib/Lib/Backend/SMB_OC.php
index 439d85164cc..dfec19d11d1 100644
--- a/apps/files_external/lib/Lib/Backend/SMB_OC.php
+++ b/apps/files_external/lib/Lib/Backend/SMB_OC.php
@@ -43,7 +43,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 OC login'))
+ ->setText($l->t('SMB/CIFS using OC login'))
->addParameters([
new DefinitionParameter('host', $l->t('Host')),
(new DefinitionParameter('username_as_share', $l->t('Username as share')))