diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-07-19 04:42:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-19 04:42:56 +0200 |
commit | 351b399991094e57e890a9291484c4ab69ca628b (patch) | |
tree | 29b5eb8c82ac00978ab37345bb3c11ad84eb48e1 /template/en/default/global | |
parent | 40a8efb9cf0cf27335a34097653f82f943caf5a2 (diff) | |
download | bugzilla-351b399991094e57e890a9291484c4ab69ca628b.tar.gz bugzilla-351b399991094e57e890a9291484c4ab69ca628b.tar.xz |
Bug 1476288 - Replace moz_nick with (new, revised) nick and also attempt to disallow duplicate nicks
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/messages.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index b2430b7ed..591617f3e 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -56,6 +56,8 @@ The login is now [% otheruser.login FILTER html %]. [% ELSIF field == 'realname' %] The real name has been updated. + [% ELSIF field == 'nickname' %] + The nickname is now [% otheruser.nick FILTER html %]. [% ELSIF field == 'cryptpassword' %] A new password has been set. [% ELSIF field == 'disabledtext' %] |