diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-05-23 10:14:55 +0000 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-05-23 10:16:14 +0000 |
| commit | e4fddce73bb998de92d97ca616f1df9f928f8839 (patch) | |
| tree | a19dd0633f6b517e4aa0a0850c3c6043e4f64749 /lib/admissionrules | |
| parent | f0599f5e76f348e9e80515caeef432fa4ce6b004 (diff) | |
made texts more accessible, fixes #4022
Closes #4022
Merge request studip/studip!2874
(cherry picked from commit 9268a3d31255f895dedb5224b0e655f88b8ab45e)
c1895f21 made texts on the profile page more accessible
cf84e396 removed file not deleted during rebase
4e061bad replaced positional text strings
0bc33872 replaced positional text string
09d5596f replaced remaining positional texts
Diffstat (limited to 'lib/admissionrules')
| -rw-r--r-- | lib/admissionrules/termsadmission/templates/input.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/admissionrules/termsadmission/templates/input.php b/lib/admissionrules/termsadmission/templates/input.php index 4c91f7f..0151c54 100644 --- a/lib/admissionrules/termsadmission/templates/input.php +++ b/lib/admissionrules/termsadmission/templates/input.php @@ -6,5 +6,5 @@ <label> <input type="checkbox" name="terms_accepted" value="1"> - <?= _('Hiermit akzeptiere ich die oben angezeigten Teilnahmebedingungen') ?> + <?= _('Hiermit akzeptiere ich die Teilnahmebedingungen') ?> </label> |
