aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/tests/Settings/SectionTest.php
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-22 20:07:39 +0200
committerJoas Schilling <coding@schilljs.com>2021-05-21 11:50:12 +0200
commit77ca79f697e1002997b5ce5b1bd06c91be507d72 (patch)
treebe235f0db590173c8024e4b3170bc22b22c5bbbe /apps/user_ldap/tests/Settings/SectionTest.php
parent4aae71cd77e5117f06cabcc8a3933328f2df6533 (diff)
downloadnextcloud-server-77ca79f697e1002997b5ce5b1bd06c91be507d72.tar.gz
nextcloud-server-77ca79f697e1002997b5ce5b1bd06c91be507d72.zip
l10n: Spelling unification
Spelling unification in Transifex. Signed-off-by: Valdnet 47037905+Valdnet@users.noreply.github.com
Diffstat (limited to 'apps/user_ldap/tests/Settings/SectionTest.php')
-rw-r--r--apps/user_ldap/tests/Settings/SectionTest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/user_ldap/tests/Settings/SectionTest.php b/apps/user_ldap/tests/Settings/SectionTest.php
index f27ac0843e8..e9b7b00e5cf 100644
--- a/apps/user_ldap/tests/Settings/SectionTest.php
+++ b/apps/user_ldap/tests/Settings/SectionTest.php
@@ -58,10 +58,10 @@ class SectionTest extends TestCase {
$this->l
->expects($this->once())
->method('t')
- ->with('LDAP / AD integration')
- ->willReturn('LDAP / AD integration');
+ ->with('LDAP/AD integration')
+ ->willReturn('LDAP/AD integration');
- $this->assertSame('LDAP / AD integration', $this->section->getName());
+ $this->assertSame('LDAP/AD integration', $this->section->getName());
}
public function testGetPriority() {