diff --git a/api/api/templates/admin/api/bulk_moderation_confirmation.html b/api/api/templates/admin/api/bulk_moderation_confirmation.html index 7db1d42b66..16586b58df 100644 --- a/api/api/templates/admin/api/bulk_moderation_confirmation.html +++ b/api/api/templates/admin/api/bulk_moderation_confirmation.html @@ -21,6 +21,23 @@ {% block content %}

Are you sure you want the selected {{ objects_name }} to be {{ decision_action.verb }}?

+{% if decision_action == "reversed_deindex" %} +
+ This action does not immediately result in deindexed records being + added back to the DB and Elasticsearch indices. When the records were + originally deindexed, they were deleted from both, and there is no + quick way to restore them without running a data refresh. +
+ +{% endif %} +

Summary