Skip to content
Snippets Groups Projects
Commit db1e75c1 authored by Maz Ameli's avatar Maz Ameli
Browse files

tiny nqf copy changes [ci skip]

parent ea0f8a92
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ export class NewQueryOptions extends Component {
<NewQueryOption
image="/app/img/query_builder_illustration"
title={ showCustomInsteadOfNewQuestionText ? "Custom" : "New question"}
description="Use the simple query builder to see trends, lists of things, or to create your own metrics."
description="Use the simple question builder to see trends, lists of things, or to create your own metrics."
width={180}
to={this.getGuiQueryUrl}
/>
......@@ -142,8 +142,8 @@ export class NewQueryOptions extends Component {
<li className="Grid-cell">
<NewQueryOption
image="/app/img/sql_illustration"
title="SQL"
description="For more complicated questions, you can write your own SQL."
title="Native query"
description="For more complicated questions, you can write your own SQL or native query."
to={this.getNativeQueryUrl}
/>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment