Skip to content

Commit

Permalink
Improve message 'How does the producer...'
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloarosado committed Jun 5, 2024
1 parent a6fb94b commit 1c16a77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ export const SourcesDescriptions = (props: SourcesDescriptionsProps) => {
<ExpandableToggle
label={
props.attributionShort
? `How does the producer of this data - ${props.attributionShort} - describe this data?`
: "How does the producer of this data describe this data?"
? `How is this data described by its producer - ${props.attributionShort}?`
: "How is this data described by its producer?"
}
content={
<SimpleMarkdownText
Expand Down
4 changes: 2 additions & 2 deletions site/DataPageV2Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ export const DataPageV2Content = ({
<ExpandableToggle
label={
datapageData.attributionShort
? `How does the producer of this data - ${datapageData.attributionShort} - describe this data?`
: "How does the producer of this data describe this data?"
? `How is this data described by its producer - ${datapageData.attributionShort}?`
: "How is this data described by its producer?"
}
content={
<div className="article-block__text">
Expand Down

0 comments on commit 1c16a77

Please sign in to comment.