summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-09-30 19:08:45 -0400
committerAdam Young <ayoung@redhat.com>2010-09-30 19:10:39 -0400
commit4f2d2fda93b1a118869579efa70d800a28b97a8b (patch)
tree152d01286a7cc6e59cb80ae378968b7d2c4cfdfc
parentb5fcfb1495c1ef572f0a9680e4f36c45f0805394 (diff)
downloadfreeipa-4f2d2fda93b1a118869579efa70d800a28b97a8b.tar.gz
freeipa-4f2d2fda93b1a118869579efa70d800a28b97a8b.tar.xz
freeipa-4f2d2fda93b1a118869579efa70d800a28b97a8b.zip
telephone
Typo in attribute name.
-rw-r--r--install/static/user.js2
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],