diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-17 20:47:52 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-17 20:47:52 +0100 |
commit | cd8b7687c1ffc8fa912126eaf61b3898954d1b4c (patch) | |
tree | 040603081047531bf985956b0cfacdb8707e3fdc /mod/register.php | |
parent | 4436cd9ade3688c926457e3e1378d8fe860ad63f (diff) | |
download | volse-hubzilla-cd8b7687c1ffc8fa912126eaf61b3898954d1b4c.tar.gz volse-hubzilla-cd8b7687c1ffc8fa912126eaf61b3898954d1b4c.tar.bz2 volse-hubzilla-cd8b7687c1ffc8fa912126eaf61b3898954d1b4c.zip |
More clarification about privacy of private content. Changed Channel Name to simply Name when registering/creating an account or channel. First time when people see this they get confused (by experience on my hubs). This will even be more with UNO.
Diffstat (limited to 'mod/register.php')
-rw-r--r-- | mod/register.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/register.php b/mod/register.php index 795de3f57..77ddfb4b1 100644 --- a/mod/register.php +++ b/mod/register.php @@ -244,7 +244,7 @@ function register_content(&$a) { '$label_invite' => t('Please enter your invitation code'), '$invite_code' => $invite_code, '$auto_create' => $auto_create, - '$label_name' => t('Channel Name'), + '$label_name' => t('Name'), '$help_name' => t('Enter your name'), '$label_nick' => t('Choose a short nickname'), '$nick_hub' => '@' . str_replace(array('http://','https://','/'), '', get_config('system','baseurl')), |