From 35dfc2c8801e580bd7ef017a3175b517a3d9bab9 Mon Sep 17 00:00:00 2001 From: David Siegfried <david.siegfried@uni-vechta.de> Date: Sat, 15 Jul 2023 19:13:38 +0000 Subject: [PATCH] fix gender, closes #2912 Closes #2912 Merge request studip/studip!1965 --- app/views/oer/market/details.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/oer/market/details.php b/app/views/oer/market/details.php index bf9863281f5..dae12bae0fe 100644 --- a/app/views/oer/market/details.php +++ b/app/views/oer/market/details.php @@ -134,7 +134,7 @@ <? $authors = $material->getAuthors() ?> <? if (count($authors)) : ?> - <h2><?= _('Zum Autor') ?></h2> + <h2><?= _('Autor/-in') ?></h2> <ul class="author_information clean"> <? foreach ($material->getAuthors() as $authordata) : ?> <li> -- GitLab