We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09837ce + 2198bfa commit 470cdd3Copy full SHA for 470cdd3
lib/Settings/Admin.php
@@ -49,7 +49,7 @@ public function getForm() {
49
'required' => false,
50
],
51
'entityId' => [
52
- 'text' => $this->l10n->t('Service Provider EntityId (optional)'),
+ 'text' => $this->l10n->t('Service Provider Entity ID (optional)'),
53
'type' => 'line',
54
55
]
tests/unit/Settings/AdminTest.php
@@ -64,7 +64,7 @@ public function formDataProvider() {
64
65
66
67
- 'text' => 'Service Provider EntityId (optional)',
+ 'text' => 'Service Provider Entity ID (optional)',
68
69
70
0 commit comments