From d235553818ed64fb39ae43f7c0306eaabdfd51a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philipp=20Sch=C3=BCttl=C3=B6ffel?=
 <schuettloeffel@zqs.uni-hannover.de>
Date: Tue, 25 Apr 2023 07:26:30 +0000
Subject: [PATCH] =?UTF-8?q?Resolve=20"Datenschutz:=20Zeitpunkt=20letzte=20?=
 =?UTF-8?q?Aktivit=C3=A4t=20transparent=20machen"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #2573

Merge request studip/studip!1734
---
 app/views/settings/privacy.php            | 2 +-
 locale/de/LC_HELP/visibility_decision.php | 3 +++
 locale/en/LC_HELP/visibility_decision.php | 1 +
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/app/views/settings/privacy.php b/app/views/settings/privacy.php
index fc8c868b2a1..f01ddf154ce 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)): ?>
diff --git a/locale/de/LC_HELP/visibility_decision.php b/locale/de/LC_HELP/visibility_decision.php
index 29bb87e3a92..7d5ef51d595 100644
--- a/locale/de/LC_HELP/visibility_decision.php
+++ b/locale/de/LC_HELP/visibility_decision.php
@@ -25,6 +25,9 @@
     <tr>
         <td valign="top">
             <ul>
+                <li>werden Sie in der öffentlichen "Wer-ist-online"-Liste
+                    mit Zeitpunkt ihrer letzten Aktivität erscheinen,
+                </li>
                 <li>können Sie alle Kommunikationsmöglichkeiten wie gewohnt
                     nutzen,
                 </li>
diff --git a/locale/en/LC_HELP/visibility_decision.php b/locale/en/LC_HELP/visibility_decision.php
index 2956e79be2e..401bb33d3ff 100644
--- a/locale/en/LC_HELP/visibility_decision.php
+++ b/locale/en/LC_HELP/visibility_decision.php
@@ -22,6 +22,7 @@
     <tr>
         <td valign="top">
             <ul>
+                <li>will appear in the public "who-is-online"-list with the time of your last activity</li>
                 <li>can use any opportunity of communication</li>
                 <li>can decide most extensively what information other users are able to see on your personal homepage
                 </li>
-- 
GitLab