]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #4847 from tobiasd/20180416-tos
authorMichael Vogel <icarus@dabo.de>
Mon, 16 Apr 2018 08:12:17 +0000 (10:12 +0200)
committerGitHub <noreply@github.com>
Mon, 16 Apr 2018 08:12:17 +0000 (10:12 +0200)
profile data is transmitted to other nodes

src/Module/Tos.php

index a5ace51950c5d4386951afaf3b21d6938194c4dc..e08e5a1f45312125774cd08f5ac5252752c6da64 100644 (file)
@@ -50,6 +50,7 @@ class Tos extends BaseModule
                        '$displayprivstatement' => Config::get('system', 'tosprivstatement'),
                        '$privstatementtitle' => L10n::t("Privacy Statement"),
                        '$privoperate' => L10n::t('At the time of registration, and for providing communications between the user account and their contacts, the user has to provide a display name (pen name), an username (nickname) and a working email address. The names will be accessible on the profile page of the account by any visitor of the page, even if other profile details are not displayed. The email address will only be used to send the user notifications about interactions, but wont be visibly displayed. The listing of an account in the node\'s user directory or the global user directory is optional and can be controlled in the user settings, it is not necessary for communication.'),
+                       '$privdistribute' => L10n::t('This data is required for communication and is passed on to the nodes of the communication partners. Users can enter additional private data that may be transmitted to the communication partners accounts.'),
                        '$privdelete' => L10n::t('At any point in time a logged in user can export their account data from the <a href="%1$s/settings/uexport">account settings</a>. If the user wants to delete their account they can do so at <a href="%1$s/removeme">%1$s/removeme</a>. The deletion of the account will be permanent.', System::baseurl())
                ]);
                } else {