Skip to content

Commit

Permalink
swapping to Query for
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie1977 authored Nov 6, 2019
1 parent 91804e5 commit 0e1ef72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/interface/FocusTerm.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default class FocusTerm extends React.Component {
if (allQueries2.length > 0) {
focusSubMenu.push(
{
label: "Search for",
label: "Query for",
icon: "",
action: "",
position: "left",
Expand All @@ -139,7 +139,7 @@ export default class FocusTerm extends React.Component {
} else {
focusSubMenu.push(
{
label: "Search for",
label: "Query for",
icon: "",
action: "",
position: "left",
Expand All @@ -160,7 +160,7 @@ export default class FocusTerm extends React.Component {
if (allQueries.length > 0) {
focusSubMenu.push(
{
label: "Search for",
label: "Query for",
icon: "",
action: "",
position: "left",
Expand All @@ -178,7 +178,7 @@ export default class FocusTerm extends React.Component {
if (allQueries.length > 0) {
focusSubMenu.push(
{
label: "Search for",
label: "Query for",
icon: "",
action: "",
position: "left",
Expand Down

0 comments on commit 0e1ef72

Please sign in to comment.