diff options
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r-- | install/ui/widget.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js index 85bc7132..e7a837f9 100644 --- a/install/ui/widget.js +++ b/install/ui/widget.js @@ -3162,6 +3162,7 @@ IPA.sshkey_widget = function(spec) { IPA.action_panel = function(spec) { spec = spec || {}; + spec.label = spec.label || IPA.messages.actions.title; var that = IPA.widget(spec); |