Skip to content

Commit

Permalink
[IM] update index templates copy (#48947)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonelizabeth authored Oct 22, 2019
1 parent 1c53682 commit beeed8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const TemplateList: React.FunctionComponent<RouteComponentProps<MatchPara
<EuiText color="subdued">
<FormattedMessage
id="xpack.idxMgmt.home.indexTemplatesDescription"
defaultMessage="Use templates to automatically apply settings, mappings, and aliases to indices."
defaultMessage="Use index templates to automatically apply settings, mappings, and aliases to indices."
/>
</EuiText>
</EuiTitle>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ export const TemplateTable: React.FunctionComponent<Props> = ({
message={
<FormattedMessage
id="xpack.idxMgmt.templateList.table.noIndexTemplatesMessage"
defaultMessage="No templates found"
defaultMessage="No index templates found"
/>
}
/>
Expand Down

0 comments on commit beeed8d

Please sign in to comment.