Skip to content

Commit

Permalink
updated wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zotya committed Feb 28, 2023
1 parent f45c0f9 commit 792aeec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions src/components/LandingPage/DatahubLandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,11 @@ const LandingPage = (props) => {
onKeyDown={fixedOnClickHandler}
onClick={fixedOnClickHandler}
>
<div className="content">
<Term term={all_series.value} field="cluster_name" />
</div>
<div className="extra content">
<span className="count">
{all_series.count}{' '}
{all_series.count === 1 ? 'item' : 'items'}
See all
{' '}{all_series.count}{' '}
datasets
</span>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/config/vocabulary.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const vocab = {
cluster_name: {
sdi: 'Datahub series',
sdi: 'Datahub datasets',
},
};

Expand Down

0 comments on commit 792aeec

Please sign in to comment.