diff options
author | Adam Young <ayoung@redhat.com> | 2010-11-08 20:39:40 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@redhat.com> | 2010-11-09 02:14:23 -0500 |
commit | 1f9531bea203e7c4706ec5607fcb3c3111436373 (patch) | |
tree | 454012b65f8d39744da18b509ee92ca2bd4dc461 /ipalib/plugins/internal.py | |
parent | cb739c10d04beaa1470e509b9236f33a16c83408 (diff) | |
download | freeipa-1f9531bea203e7c4706ec5607fcb3c3111436373.tar.gz freeipa-1f9531bea203e7c4706ec5607fcb3c3111436373.tar.xz freeipa-1f9531bea203e7c4706ec5607fcb3c3111436373.zip |
delete to remove THe keyword delete is reserved in Javascript Using it breaks the WebUI on Chrome. This fixes replaces the word with delete.
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r-- | ipalib/plugins/internal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index bf477b74b..f1a16c987 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -43,7 +43,7 @@ class json_metadata(Command): "reset":_("Reset"), "update":_("Update"), "enroll":_("Enroll"), - "delete":_("Delete"), + "remove":_("Delete"), }, "search":{ "quick_links":_("Quick Links"), |