From 8fef2acdd4e849f991060db3106e7969524f98b8 Mon Sep 17 00:00:00 2001 From: Chris Lawton <chris.lawton@torchbox.com> Date: Thu, 21 Feb 2019 12:02:51 +0000 Subject: [PATCH] update disabled batch tooltip wording --- .../funds/templates/funds/includes/table_filter_and_search.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html b/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html index 96681248c..c4f6ae349 100644 --- a/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html +++ b/opentech/apply/funds/templates/funds/includes/table_filter_and_search.html @@ -16,7 +16,7 @@ type="button" data-src="#batch-progress" class="button button--action button--change-status js-batch-button js-batch-progress" - data-tooltip="Status changes can't be applied to submissions with different current status." + data-tooltip="Status changes can't be applied to submissions with this combination of statuses" > <svg><use xlink:href="#arrow-split"></use></svg> Status -- GitLab