Skip to content

Commit

Permalink
OCLOMRS-1044:src/apps/concepts/components/ViewConceptsHeader.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jwamalwa committed Sep 26, 2021
1 parent 51b178e commit a7abcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/concepts/components/ViewConceptsHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const ViewConceptsHeader: React.FC<Props> = ({
color="primary"
onClick={() => setShowSources(!showSources)}
>
{showSources ? "Choose a source/dictionary" : "Select a different source/dictionary"}
{showSources ? "Select a recommended source" : "Select an alternative source"}
</Button>
{preferredSources?.map(({ name, url }) => (
<MenuItem
Expand Down

0 comments on commit a7abcd0

Please sign in to comment.