Skip to content

Commit 470cdd3

Browse files
authored
Merge pull request #953 from nextcloud/rakekniven-patch-1
chore(i18n): Changed spelling of entity ID
2 parents 09837ce + 2198bfa commit 470cdd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Settings/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public function getForm() {
4949
'required' => false,
5050
],
5151
'entityId' => [
52-
'text' => $this->l10n->t('Service Provider EntityId (optional)'),
52+
'text' => $this->l10n->t('Service Provider Entity ID (optional)'),
5353
'type' => 'line',
5454
'required' => false,
5555
]

tests/unit/Settings/AdminTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function formDataProvider() {
6464
'required' => false,
6565
],
6666
'entityId' => [
67-
'text' => 'Service Provider EntityId (optional)',
67+
'text' => 'Service Provider Entity ID (optional)',
6868
'type' => 'line',
6969
'required' => false,
7070
]

0 commit comments

Comments
 (0)