Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 2, 2020
1 parent 3a6a8fa commit 1bafa59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ async function fetchIndexSettings(indexPatternTitle) {
defaultMessage: `Unable to fetch index settings for index pattern '{indexPatternTitle}'.
Ensure you have '{viewIndexMetaRole}' role.`,
values: {
indexPattern: indexPatternTitle,
indexPatternTitle,
viewIndexMetaRole: 'view_index_metadata',
},
});
Expand Down

0 comments on commit 1bafa59

Please sign in to comment.