diff --git a/extension/lite/product/ext/lang/de/lite.php b/extension/lite/product/ext/lang/de/lite.php
index 31dc27d5c0..f46a060d65 100644
--- a/extension/lite/product/ext/lang/de/lite.php
+++ b/extension/lite/product/ext/lang/de/lite.php
@@ -1,3 +1,4 @@
product->noModule = 'You have no modules';
-$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}), and Case Coverage: %s.";
+$lang->product->noModule = 'You have no modules';
+$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}).";
+$lang->product->checkedSRSummary = "Selected %total% {$lang->SRCommon}. Estimates: %estimate% ({$lang->hourCommon}).";
diff --git a/extension/lite/product/ext/lang/en/lite.php b/extension/lite/product/ext/lang/en/lite.php
index 31dc27d5c0..f46a060d65 100644
--- a/extension/lite/product/ext/lang/en/lite.php
+++ b/extension/lite/product/ext/lang/en/lite.php
@@ -1,3 +1,4 @@
product->noModule = 'You have no modules';
-$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}), and Case Coverage: %s.";
+$lang->product->noModule = 'You have no modules';
+$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}).";
+$lang->product->checkedSRSummary = "Selected %total% {$lang->SRCommon}. Estimates: %estimate% ({$lang->hourCommon}).";
diff --git a/extension/lite/product/ext/lang/fr/lite.php b/extension/lite/product/ext/lang/fr/lite.php
index 31dc27d5c0..f46a060d65 100644
--- a/extension/lite/product/ext/lang/fr/lite.php
+++ b/extension/lite/product/ext/lang/fr/lite.php
@@ -1,3 +1,4 @@
product->noModule = 'You have no modules';
-$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}), and Case Coverage: %s.";
+$lang->product->noModule = 'You have no modules';
+$lang->product->storySummary = "Total %s %s on this page. Estimates: %s ({$lang->hourCommon}).";
+$lang->product->checkedSRSummary = "Selected %total% {$lang->SRCommon}. Estimates: %estimate% ({$lang->hourCommon}).";
diff --git a/module/ai/ui/promptmenu.html.php b/module/ai/ui/promptmenu.html.php
index f6860cdd15..292d68bda2 100644
--- a/module/ai/ui/promptmenu.html.php
+++ b/module/ai/ui/promptmenu.html.php
@@ -16,8 +16,8 @@
namespace zin;
h::css("
-.detail-view > .detail-body > .detail-main > .detail-sections:first > .detail-section {position: relative; z-index: 1;}
-.detail-view > .detail-body > .detail-main > .detail-sections:first > .detail-section:first {z-index: 2;}
+.detail-view > .detail-body > .detail-main > .detail-sections:first-child > .detail-section {position: relative; z-index: 1;}
+.detail-view > .detail-body > .detail-main > .detail-sections:first-child > .detail-section:first-child {z-index: 2;}
");
$promptMenuInject = function()