We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521e932 commit a8cf08fCopy full SHA for a8cf08f
x-pack/plugins/lens/public/editor_frame_service/error_helper.ts
@@ -43,7 +43,7 @@ export function getOriginalRequestErrorMessage(error?: ExpressionRenderError | n
43
return i18n.translate('xpack.lens.editorFrame.expressionFailureMessage', {
44
defaultMessage: 'Request error: {type}, {reason}',
45
values: {
46
- reasion: rootError.reason,
+ reason: rootError.reason,
47
type: rootError.type,
48
},
49
});
0 commit comments