diff options
author | ivan <ivan> | 2011-03-13 03:26:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-03-13 03:26:57 +0000 |
commit | 080406e219b6c63d02bfda8abea33020c4265db1 (patch) | |
tree | 6785cc09bd986750d07fcf392d411403e81e1879 /httemplate/misc | |
parent | 33c25a7514cb1f4ba56fc320dc43159c3cfae610 (diff) |
qualification address handling changes, RT#7111
Diffstat (limited to 'httemplate/misc')
-rw-r--r-- | httemplate/misc/qual.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/qual.html b/httemplate/misc/qual.html index 84ba78e9e..ed6ba2d6c 100644 --- a/httemplate/misc/qual.html +++ b/httemplate/misc/qual.html @@ -29,7 +29,7 @@ <% include('/elements/tr-input-text.html', 'cgi' => $cgi, - 'label' => 'Service Telephone Number', + 'label' => 'Service phone number', 'field' => 'phonenum', 'size' => '12', 'value' => scalar($cgi->param('phonenum')), |