Skip to content

Commit

Permalink
Changed to Search
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Nov 6, 2019
1 parent 0e1ef72 commit 33d082e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/interface/FocusTerm.js
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ export default class FocusTerm extends React.Component {
onClick={() => {
this.props.UIUpdateManager("spotlightVisible");
}}>
<span className="tooltipBox"> Open the spotlight </span>
<span className="tooltipBox"> Search </span>
</i>
<i className="fa fa-quora arrowsStyle tooltipLink"
onClick={() => {
this.props.UIUpdateManager("queryBuilderVisible");
}}>
<span className="tooltipBox"> Open the query builder </span>
<span className="tooltipBox"> Open query results </span>
</i>
<i className="fa fa-list arrowsStyle tooltipLink"
onClick={() => {
Expand Down

0 comments on commit 33d082e

Please sign in to comment.