]> git.mxchange.org Git - friendica.git/commitdiff
Wrong wording
authorMichael <heluecht@pirati.ca>
Sat, 18 Jan 2020 04:52:30 +0000 (04:52 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 18 Jan 2020 04:52:30 +0000 (04:52 +0000)
src/Module/Register.php

index c26c878af749cd641a15a8c589d6ba00a5848eeb..2ea4373b9b2526ff7793e08ed0137bf9d82b886b 100644 (file)
@@ -51,7 +51,7 @@ class Register extends BaseModule
                if (local_user()) {
                        $user = DBA::selectFirst('user', ['parent-uid'], ['uid' => local_user()]);
                        if (!empty($user['parent-uid'])) {
-                               notice(L10n::t('Only parent users can create additional profiles.'));
+                               notice(L10n::t('Only parent users can create additional accounts.'));
                                return '';
                        }
                }