From 18292509e19b11716ee4185a47fe8ff4bc852edd Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Wed, 13 Jan 2021 15:22:17 -0800 Subject: [PATCH] [PR feedback] i18n pluralization --- .../app_search/components/log_retention/messaging/constants.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/enterprise_search/public/applications/app_search/components/log_retention/messaging/constants.tsx b/x-pack/plugins/enterprise_search/public/applications/app_search/components/log_retention/messaging/constants.tsx index 266d7eba9a9f9..1f5dd7ed369c5 100644 --- a/x-pack/plugins/enterprise_search/public/applications/app_search/components/log_retention/messaging/constants.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/app_search/components/log_retention/messaging/constants.tsx @@ -90,7 +90,7 @@ export const CustomPolicy: React.FC = ({ type }) => ( export const DefaultPolicy: React.FC = ({ type, minAgeDays }) => ( );