Skip to content

Commit 91ad01d

Browse files
Apply suggestion from @florent-leborgne
Co-authored-by: florent-leborgne <[email protected]>
1 parent 241fc39 commit 91ad01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/plugins/shared/esql/public/triggers/esql_controls/control_flyout/value_control_form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ export function ValueControlForm({
312312
<EuiCallOut
313313
announceOnMount
314314
title={i18n.translate('esql.flyout.displayNoValuesForControlCallout.title', {
315-
defaultMessage: "Your query didn't return any values, change it and try again.",
315+
defaultMessage: "This query isn't returning any values. Edit it and run it again.",
316316
})}
317317
color="warning"
318318
iconType="warning"

0 commit comments

Comments
 (0)