summaryrefslogtreecommitdiffstats
path: root/install/ui/widget.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/widget.js')
-rw-r--r--install/ui/widget.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/widget.js b/install/ui/widget.js
index 85bc7132a..e7a837f99 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);