Skip to content

Commit

Permalink
Update src/plugins/index_pattern_field_editor/public/open_editor.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
  • Loading branch information
mattkime and tsullivan authored Aug 24, 2021
1 parent a96e1ad commit 9e11461
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const getFieldEditorOpener = ({

if (fieldName && !field) {
const err = i18n.translate('indexPatternFieldEditor.noSuchFieldName', {
defaultMessage: "Field named '{fieldName}' not found on data view",
defaultMessage: "Field named '{fieldName}' not found in this data view",
values: { fieldName },
});
notifications.toasts.addDanger(err);
Expand Down

0 comments on commit 9e11461

Please sign in to comment.