Skip to content

Commit

Permalink
fix(ui/flux): rename Query to Script
Browse files Browse the repository at this point in the history
  • Loading branch information
sranka committed Mar 11, 2022
1 parent 473f2e7 commit 25de2df
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ui/src/flux/components/FluxEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ class FluxEditor extends PureComponent<Props> {
<p>
New to Flux? Give the{' '}
<Button
text={'Query Builder'}
text={'Script Builder'}
color={ComponentColor.Primary}
titleText={'Open Flux Query Builder'}
titleText={'Open Flux Script Builder'}
size={ComponentSize.Large}
onClick={onShowWizard}
/>{' '}
Expand Down
2 changes: 1 addition & 1 deletion ui/src/shared/components/TimeMachine/FluxQueryMaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class FluxQueryMaker extends PureComponent<Props, State> {
headerButtons: [
<Button
key={0}
text={'Query Builder'}
text={'Script Builder'}
onClick={this.handleShowWizard}
size={ComponentSize.ExtraSmall}
/>,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ const FluxQueryBuilder = ({
<Button
size={ComponentSize.ExtraSmall}
onClick={onShowEditor}
text="Query Editor"
titleText="Switch to Flux Query Editor"
text="Script Editor"
titleText="Switch to Flux Script Editor"
/>
<Button
shape={ButtonShape.Square}
Expand Down

0 comments on commit 25de2df

Please sign in to comment.