Adjust copy to suit new layout

pull/10616/head
Alex P 2017-04-06 13:34:49 -07:00
parent ae00893638
commit 2d8a1e19d6
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ const Visualization = React.createClass({
renderTable(query, heightPixels, onEditRawStatus) {
if (!query) {
return <div className="generic-empty-state">Enter your query below</div>
return <div className="generic-empty-state">Enter your query above</div>
}
return <Table query={query} height={heightPixels} onEditRawStatus={onEditRawStatus} />