diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-30 19:08:45 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-30 19:10:39 -0400 |
commit | 4f2d2fda93b1a118869579efa70d800a28b97a8b (patch) | |
tree | 152d01286a7cc6e59cb80ae378968b7d2c4cfdfc /install | |
parent | b5fcfb1495c1ef572f0a9680e4f36c45f0805394 (diff) | |
download | freeipa-4f2d2fda93b1a118869579efa70d800a28b97a8b.tar.gz freeipa-4f2d2fda93b1a118869579efa70d800a28b97a8b.tar.xz freeipa-4f2d2fda93b1a118869579efa70d800a28b97a8b.zip |
telephone
Typo in attribute name.
Diffstat (limited to 'install')
-rw-r--r-- | install/static/user.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/user.js b/install/static/user.js index b797dde12..5ac7f0ae3 100644 --- a/install/static/user.js +++ b/install/static/user.js @@ -57,7 +57,7 @@ ipa_entity_set_details_definition('user', [ ]], ['contact', 'Contact Details', [ ['mail', 'E-mail Address', null], - ['numbers', 'Numbers', a_numbers] + ['telephonenumber', 'Numbers', a_numbers] ]], ['address', 'Mailing Address', [ ['street', 'Address', null], |