projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3b3c4e
)
Wrong wording
author
Michael
<heluecht@pirati.ca>
Sat, 18 Jan 2020 04:52:30 +0000
(
04:52
+0000)
committer
Michael
<heluecht@pirati.ca>
Sat, 18 Jan 2020 04:52:30 +0000
(
04:52
+0000)
src/Module/Register.php
patch
|
blob
|
history
diff --git
a/src/Module/Register.php
b/src/Module/Register.php
index c26c878af749cd641a15a8c589d6ba00a5848eeb..2ea4373b9b2526ff7793e08ed0137bf9d82b886b 100644
(file)
--- a/
src/Module/Register.php
+++ b/
src/Module/Register.php
@@
-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
profile
s.'));
+ notice(L10n::t('Only parent users can create additional
account
s.'));
return '';
}
}