diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-06-26 21:18:12 +0200 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2025-06-26 19:18:12 +0000 |
| commit | 9316f06c683734b415099a7acf95b7f2a2a701a6 (patch) | |
| tree | 8b5354ebe8a714284da4ac3b2129b0e45acb2ea9 /tests/jsonapi | |
| parent | 152783ee8c77cb809b62f85363b9c82e53a46aec (diff) | |
unify text strings that are very very similar, fixes #5669
Closes #5669
Merge request studip/studip!4294
Diffstat (limited to 'tests/jsonapi')
| -rw-r--r-- | tests/jsonapi/StructuralElementsShowTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonapi/StructuralElementsShowTest.php b/tests/jsonapi/StructuralElementsShowTest.php index 4873aae..c42e88f 100644 --- a/tests/jsonapi/StructuralElementsShowTest.php +++ b/tests/jsonapi/StructuralElementsShowTest.php @@ -68,7 +68,7 @@ class StructuralElementsShowTest extends \Codeception\Test\Unit 'range_type' => $root['range_type'], 'owner_id' => $root['owner_id'], 'editor_id' => $root['editor_id'], - 'title' => _('neue Seite'), + 'title' => _('Neue Seite'), ]); $root->children[] = $child; |
