Skip to content

Commit

Permalink
remove period from title
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Sep 20, 2024
1 parent 4647a32 commit b308106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const Header = () => {
<EuiFlexItem>
<EuiCallOut
title={i18n.translate('indexPatternManagement.editIndexPattern.deprecation.title', {
defaultMessage: 'Scripted fields are deprecated.',
defaultMessage: 'Scripted fields are deprecated',
})}
color="warning"
iconType="warning"
Expand Down

0 comments on commit b308106

Please sign in to comment.