diff options
Diffstat (limited to 'app/views/settings/privacy.php')
| -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)): ?> |
