diff options
| author | Philipp Schüttlöffel <schuettloeffel@zqs.uni-hannover.de> | 2023-04-25 07:26:30 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+github@gmail.com> | 2023-04-25 09:26:52 +0200 |
| commit | fea51585101f7018339f9d5f91780cc99f7be4c1 (patch) | |
| tree | 92af05c4d45f8f52aa9431310c4fec02e167f5aa /locale | |
| parent | 677029f2f9c54e69f9453eea314d3b09a024844a (diff) | |
Resolve "Datenschutz: Zeitpunkt letzte Aktivität transparent machen"
Closes #2573
Merge request studip/studip!1734
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/de/LC_HELP/visibility_decision.php | 3 | ||||
| -rw-r--r-- | locale/en/LC_HELP/visibility_decision.php | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/locale/de/LC_HELP/visibility_decision.php b/locale/de/LC_HELP/visibility_decision.php index 29bb87e..7d5ef51 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 2956e79..401bb33 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> |
