+ {i18n.UPDATE_PREPACKAGED_RULES_MSG(numberOfUpdatedRules)}
+
+ {i18n.UPDATE_PREPACKAGED_RULES(numberOfUpdatedRules)}
+
+
+);
+
+export const UpdatePrePackagedRulesCallOut = memo(UpdatePrePackagedRulesCallOutComponent);
diff --git a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/details/index.tsx b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/details/index.tsx
index 5539654d6b357..642d52ffefa34 100644
--- a/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/details/index.tsx
+++ b/x-pack/legacy/plugins/siem/public/pages/detection_engine/rules/details/index.tsx
@@ -194,7 +194,7 @@ const RuleDetailsComponent = memo