summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-07-28 13:58:30 -0500
committerEndi S. Dewata <edewata@redhat.com>2011-07-28 19:11:01 +0000
commitab35f38e57576b1a7ba054a9260399af0d4223ed (patch)
tree85b259e51a4f5d0bfa6d77722653488349110ffc
parentb36df6e9b9c1104d37fe14782a7e21e57097a7c0 (diff)
downloadfreeipa-ab35f38e57576b1a7ba054a9260399af0d4223ed.tar.gz
freeipa-ab35f38e57576b1a7ba054a9260399af0d4223ed.tar.xz
freeipa-ab35f38e57576b1a7ba054a9260399af0d4223ed.zip
Fixed missing section header in sudo command group.
The sudo command group details page has been fixed to use the correct label name. Ticket #1537.
-rw-r--r--install/ui/sudo.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/sudo.js b/install/ui/sudo.js
index 14bc8d5af..d725f214c 100644
--- a/install/ui/sudo.js
+++ b/install/ui/sudo.js
@@ -103,7 +103,7 @@ IPA.entity_factories.sudocmdgroup = function() {
{
name: 'general',
- label: IPA.messages.dialogs.general,
+ label: IPA.messages.details.general,
fields:['cn','description']
},
{