Skip to content

Commit

Permalink
feat(copy): revsie "featured" copy
Browse files Browse the repository at this point in the history
  • Loading branch information
gitwoz committed Nov 5, 2024
1 parent 4e0c4a9 commit fb7f6a4
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 21 deletions.
4 changes: 0 additions & 4 deletions lang/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,6 @@
"Rc4Oij": {
"defaultMessage": "Firebolt"
},
"RkyEBL": {
"defaultMessage": "Featured",
"description": "src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx"
},
"RnKPVm": {
"defaultMessage": "{articleCount} articles"
},
Expand Down
4 changes: 0 additions & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,6 @@
"Rc4Oij": {
"defaultMessage": "Firebolt"
},
"RkyEBL": {
"defaultMessage": "Featured",
"description": "src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx"
},
"RnKPVm": {
"defaultMessage": "{articleCount} articles"
},
Expand Down
4 changes: 0 additions & 4 deletions lang/zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,6 @@
"Rc4Oij": {
"defaultMessage": "火闪电"
},
"RkyEBL": {
"defaultMessage": "精华",
"description": "src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx"
},
"RnKPVm": {
"defaultMessage": "{articleCount} 篇文章"
},
Expand Down
4 changes: 0 additions & 4 deletions lang/zh-Hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -1734,10 +1734,6 @@
"Rc4Oij": {
"defaultMessage": "火閃電"
},
"RkyEBL": {
"defaultMessage": "精華",
"description": "src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx"
},
"RnKPVm": {
"defaultMessage": "{articleCount} 篇文章"
},
Expand Down
3 changes: 1 addition & 2 deletions src/views/CampaignDetail/ArticleFeeds/MainFeed/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ const MainFeed = ({ feedType, camapign }: MainFeedProps) => {
>
<FormattedMessage
defaultMessage="Featured"
id="RkyEBL"
description="src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx"
id="CnPG8j"
/>
</TextIcon>
)}
Expand Down
4 changes: 1 addition & 3 deletions src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,7 @@ const ArticleFeedsTabs = ({
}}
title={intl.formatMessage({
defaultMessage: 'Featured',
id: 'RkyEBL',
description:
'src/views/CampaignDetail/ArticleFeeds/Tabs/index.tsx',
id: 'CnPG8j',
})}
theme="green"
/>
Expand Down

0 comments on commit fb7f6a4

Please sign in to comment.