aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-08-29 10:58:22 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-08-29 10:58:22 +0000
commitfd375126142decc222c1f61369dc198fb58b7f6e (patch)
tree9513c62faf216047577a3b3510bfd12313ac97c3 /lib
parent078e1aa0f8f7d289415f2c8c95ad555828dbaca5 (diff)
adjust wording, fixes #3108
Closes #3108 Merge request studip/studip!2094
Diffstat (limited to 'lib')
-rw-r--r--lib/extern/modules/views/persondetails_preview.inc.php2
-rw-r--r--lib/models/User.class.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/extern/modules/views/persondetails_preview.inc.php b/lib/extern/modules/views/persondetails_preview.inc.php
index 71cd882..73f9942 100644
--- a/lib/extern/modules/views/persondetails_preview.inc.php
+++ b/lib/extern/modules/views/persondetails_preview.inc.php
@@ -37,7 +37,7 @@ foreach ($order as $position) {
$data["content"] = str_repeat(_("Das ist mein Lebenslauf.") . " &nbsp;", 15);
break;
case "schwerp" :
- $data["content"] = str_repeat(_("Das sind meine Arbeitsschwerpunkte.") . " &nbsp;", 15);
+ $data["content"] = str_repeat(_("Das sind meine Schwerpunkte.") . " &nbsp;", 15);
break;
case "publi" :
$data["content"] = str_repeat(_("Das sind meine Publikationen.") . " &nbsp;", 15);
diff --git a/lib/models/User.class.php b/lib/models/User.class.php
index 780c7fc..99a06ef 100644
--- a/lib/models/User.class.php
+++ b/lib/models/User.class.php
@@ -909,7 +909,7 @@ class User extends AuthUserMd5 implements Range, PrivacyObject
}
if ($this->info->schwerp && empty($GLOBALS['NOT_HIDEABLE_FIELDS'][$this->perms]['schwerp'])) {
$homepage_elements['schwerp'] = [
- 'name' => _('Arbeitsschwerpunkte'),
+ 'name' => _('Schwerpunkte'),
'visibility' => $homepage_visibility['schwerp'] ?? get_default_homepage_visibility($this->id),
'extern' => true,
'identifier' => 'privatedata'