diff --git a/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/__snapshots__/header.test.tsx.snap b/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/__snapshots__/header.test.tsx.snap
index e9bf6cf9002a9..f4eb2a0e74089 100644
--- a/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/__snapshots__/header.test.tsx.snap
+++ b/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/__snapshots__/header.test.tsx.snap
@@ -91,7 +91,7 @@ exports[`Header should render normally 1`] = `
/>
@@ -108,7 +108,7 @@ exports[`Header should render normally 1`] = `
}
>
- Scripted fields are deprecated,
+ Scripted fields are deprecated. Use
@@ -118,17 +118,17 @@ exports[`Header should render normally 1`] = `
type="button"
>
- .
+ instead.
diff --git a/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/header.tsx b/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/header.tsx
index 96445b985e34c..22da83b179652 100644
--- a/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/header.tsx
+++ b/src/plugins/index_pattern_management/public/components/edit_index_pattern/scripted_fields_table/components/header/header.tsx
@@ -36,13 +36,13 @@ export const Header = withRouter(({ indexPatternId, history }: HeaderProps) => {
),
diff --git a/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/__snapshots__/warning_call_out.test.tsx.snap b/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/__snapshots__/warning_call_out.test.tsx.snap
index b29d2dd120fed..31c01b1c45e25 100644
--- a/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/__snapshots__/warning_call_out.test.tsx.snap
+++ b/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/__snapshots__/warning_call_out.test.tsx.snap
@@ -12,7 +12,7 @@ exports[`ScriptingWarningCallOut should render normally 1`] = `
>
- Please familiarize yourself with
+ Familiarize yourself with
@@ -96,7 +96,7 @@ exports[`ScriptingWarningCallOut should render normally 1`] = `
iconType="alert"
title={
- Scripted fields are deprecated.
+ Scripted fields are deprecated
@@ -151,7 +151,7 @@ exports[`ScriptingWarningCallOut should render normally 1`] = `
>
@@ -168,7 +168,7 @@ exports[`ScriptingWarningCallOut should render normally 1`] = `
}
>
- For greater flexibility and Painless script support,
+ For greater flexibility and Painless script support, use
@@ -178,12 +178,12 @@ exports[`ScriptingWarningCallOut should render normally 1`] = `
type="button"
>
- use runtime fields
+ runtime fields
diff --git a/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/warning_call_out.tsx b/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/warning_call_out.tsx
index dc4409d35b378..d992a3fc5c192 100644
--- a/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/warning_call_out.tsx
+++ b/src/plugins/index_pattern_management/public/components/field_editor/components/scripting_call_outs/warning_call_out.tsx
@@ -27,7 +27,7 @@ export const ScriptingWarningCallOut = ({ isVisible = false }: ScriptingWarningC
}
@@ -67,13 +67,13 @@ export const ScriptingWarningCallOut = ({ isVisible = false }: ScriptingWarningC
),