Expressions: updating copy from experimental to beta. (#35149) (#35247)

(cherry picked from commit 456b356f21)

Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2021-06-07 06:13:24 +02:00
committed by GitHub
co-authored by Marcus Andersson
parent 4c2822e5b7
commit 1d721107c3
2 changed files with 2 additions and 2 deletions
@@ -118,7 +118,7 @@ export class QueryEditor extends PureComponent<Props, State> {
Query
</Button>
{config.expressionsEnabled && (
<Tooltip content="Experimental feature: queries could stop working in next version" placement="right">
<Tooltip content="Beta feature: queries could stop working in next version" placement="right">
<Button
type="button"
icon="plus"
@@ -344,7 +344,7 @@ export class QueryGroup extends PureComponent<Props, State> {
</Button>
)}
{config.expressionsEnabled && this.isExpressionsSupported(dsSettings) && (
<Tooltip content="Experimental feature: queries could stop working in next version" placement="right">
<Tooltip content="Beta feature: queries could stop working in next version" placement="right">
<Button
icon="plus"
onClick={this.onAddExpressionClick}