summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall/static/widget.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/widget.js b/install/static/widget.js
index af17b930..b4f52b1a 100755
--- a/install/static/widget.js
+++ b/install/static/widget.js
@@ -714,7 +714,7 @@ function ipa_deleter_dialog(spec) {
var that = ipa_dialog(spec);
- that.title = spec.title || IPA.messages.button.deletes;
+ that.title = spec.title || IPA.messages.button.remove;
that.remove = spec.remove;
that.super_open = that.super('open');