diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2023-04-25 07:26:30 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-04-25 07:26:30 +0000 |
| commit | d235553818ed64fb39ae43f7c0306eaabdfd51a3 (patch) | |
| tree | d349126a559fe5d23ff738ed836fa28d6bb2b3b3 /app | |
| parent | 8463c9b11f2b80827045f4095a9d72f02e49e972 (diff) | |
Resolve "Datenschutz: Zeitpunkt letzte Aktivität transparent machen"
Closes #2573
Merge request studip/studip!1734
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/settings/privacy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/privacy.php b/app/views/settings/privacy.php index fc8c868..f01ddf1 100644 --- a/app/views/settings/privacy.php +++ b/app/views/settings/privacy.php @@ -63,7 +63,7 @@ use Studip\Button, Studip\LinkButton; <label> <input type="checkbox" name="online" value="1" <? if ($online_visibility) echo 'checked'; ?>> - <?= _('sichtbar in "Wer ist online"') ?> + <?= _('sichtbar in "Wer ist online" mit Zeitpunkt der letzten Aktivität') ?> </label> <? endif; ?> <? if (Visibility::isFieldHideableForUser('search', $user)): ?> |
