diff options
author | INOPIAE <inopiae@cacert.org> | 2013-04-30 23:08:46 +0200 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-04-30 23:08:46 +0200 |
commit | e05ca1fd4ba7a1bc19f452ba668502ac086170c6 (patch) | |
tree | 34afb22e97236b33011096141dd658a8e56f187b /pages/account | |
parent | e8c6fa80af52e3036165e9916db81256b539d021 (diff) | |
download | cacert-devel-e05ca1fd4ba7a1bc19f452ba668502ac086170c6.tar.gz cacert-devel-e05ca1fd4ba7a1bc19f452ba668502ac086170c6.tar.xz cacert-devel-e05ca1fd4ba7a1bc19f452ba668502ac086170c6.zip |
bug 893: Added check for correct arbitrtation no + sequence no
Diffstat (limited to 'pages/account')
-rw-r--r-- | pages/account/50.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/50.php b/pages/account/50.php index 48c8896..a4c2413 100644 --- a/pages/account/50.php +++ b/pages/account/50.php @@ -26,7 +26,7 @@ <td class="DataTD"><b><?=sanitizeHTML($_REQUEST['email'])?></b></td> </tr> <tr> - <td class="DataTD"><?=_("Username from arbitration number.")?>:</td> + <td class="DataTD"><?=_("New Username from arbitration number + sequence number a20xxyyzz.a.b")?>:</td> <td class="DataTD"><input type="text" name="arbitrationno"></td> </tr> <tr> |