diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:29:50 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-08 20:29:50 -0700 |
commit | fa8c005ca6373be5d248a8251d39f9060b3af683 (patch) | |
tree | c162d9fa25020652b863865c035ee75c84843c26 /view | |
parent | a26f4eeff6edcb49ad2e7607512853ddd24374cc (diff) | |
download | volse-hubzilla-fa8c005ca6373be5d248a8251d39f9060b3af683.tar.gz volse-hubzilla-fa8c005ca6373be5d248a8251d39f9060b3af683.tar.bz2 volse-hubzilla-fa8c005ca6373be5d248a8251d39f9060b3af683.zip |
more nick stuff
Diffstat (limited to 'view')
-rw-r--r-- | view/settings_nick_set.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/view/settings_nick_set.tpl b/view/settings_nick_set.tpl index e25aa42ce..8ba13e57a 100644 --- a/view/settings_nick_set.tpl +++ b/view/settings_nick_set.tpl @@ -1,8 +1,10 @@ <div id="settings-nick-wrapper" > <p id="settings-nickname-desc"> -Your nickname cannot be changed. It is set to <strong>$nickname</strong><br /> -Your profile is located at <strong>$baseurl/profile/$nickname</strong> +Your nickname cannot be changed. It is set to <strong>$nickname</strong>.<br /> +Your profile is located at <strong>'$baseurl/profile/$nickname'</strong> and +you may use this as your profile URL when communicating with other sites or simply +<strong>'$nickname@$basepath'</strong>. </p> </div> <div id="settings-nick-end" ></div> |