Skip to content

Commit

Permalink
tweak wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
frostyfan109 committed Oct 17, 2024
1 parent 3deafcc commit 6dcc97a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/search/concept-modal/concept-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const ConceptModalBody = ({ result }) => {
tooltip: <div>
The Knowledge Graphs tab displays the <a href="https://www.oxfordsemantic.tech/faqs/what-is-a-knowledge-graph" target="_blank" rel="noopener noreferrer">
knowledge graph
</a> portion connected to the concept and containing the search terms. This section highlights
</a> portion connected to the concept and containing your search terms. This section highlights
potential interesting knowledge graph relationships and shows terms (e.g., synonyms) that
would be returned as related concepts.
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/search/concept-modal/tabs/explanation.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const ExplanationTab = ({ result }) => {
fontSize: 15,
fontWeight: 500
}}>
Explanation for this concept&apos;s relation to search term
Explanation for this concept&apos;s relation to your search
</Text>
<div>
<Text style={{ fontSize: 13 }} italic>What does the total score returned by the search mean?</Text>
Expand Down
2 changes: 1 addition & 1 deletion src/contexts/tour-context/context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export const TourProvider = ({ children }: ITourProvider ) => {
title: "Enter search query",
text: renderToStaticMarkup(
<div>
You can enter your search query here. In this example, we&apos;ll be looking at &quot;chronic pain.&quot;
You can enter your search query here. In this example, we&apos;ll be searching for &quot;chronic pain.&quot;
</div>
),
beforeShowPromise: async function() {
Expand Down

0 comments on commit 6dcc97a

Please sign in to comment.