summaryrefslogtreecommitdiffstats
path: root/install/ui/search.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/search.js')
-rw-r--r--install/ui/search.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/install/ui/search.js b/install/ui/search.js
index fe0b07f72..bee55c067 100644
--- a/install/ui/search.js
+++ b/install/ui/search.js
@@ -300,7 +300,9 @@ IPA.search_deleter_dialog = function(spec) {
var that = IPA.deleter_dialog(spec);
that.create_command = function() {
- var batch = IPA.batch_command();
+ var batch = IPA.batch_command({
+ error_message: IPA.messages.search.partial_delete
+ });
var pkeys = that.entity.get_primary_key_prefix();