Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:invanalabs/invana-studio into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
rrmerugu committed May 28, 2021
2 parents 57f15b4 + 56df878 commit 0115aba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/web/viewlets/canvas/query-history.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export default class RequestHistoryView extends React.Component {
})
}
</ul>
: <p className={"p-3 text-muted"}>Hm! No user query history found!.</p>
: <p className={"p-3 text-muted"}>Hm! No query history found!.</p>
}
</div>
<div className={"p-2"}>
Expand Down
2 changes: 1 addition & 1 deletion src/web/viewlets/welcome/welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default class Welcome extends DefaultRemoteComponent {
}
</ul>
</div>
: <p className={"p-3 text-muted"}>Hm! No user query history found!.</p>
: <p className={"p-3 text-muted"}>Hm! No query history found!.</p>
}
</div>

Expand Down

0 comments on commit 0115aba

Please sign in to comment.