diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/MDX/CodeBlock/CodeBlock.tsx | 4 | ||||
| -rw-r--r-- | src/components/ProjectSummary/ProjectSummary.tsx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/components/MDX/CodeBlock/CodeBlock.tsx b/src/components/MDX/CodeBlock/CodeBlock.tsx index 4136772..b5cb30e 100644 --- a/src/components/MDX/CodeBlock/CodeBlock.tsx +++ b/src/components/MDX/CodeBlock/CodeBlock.tsx @@ -45,11 +45,11 @@ const CodeBlock = ({ description: 'Prism: error text', }); const darkTheme = intl.formatMessage({ - defaultMessage: 'Toggle Dark Theme', + defaultMessage: 'Dark Theme 🌙', description: 'Prism: toggle dark theme button text', }); const lightTheme = intl.formatMessage({ - defaultMessage: 'Toggle Light Theme', + defaultMessage: 'Light Theme 🌞', description: 'Prism: toggle light theme button text', }); diff --git a/src/components/ProjectSummary/ProjectSummary.tsx b/src/components/ProjectSummary/ProjectSummary.tsx index 03c9b87..e51015e 100644 --- a/src/components/ProjectSummary/ProjectSummary.tsx +++ b/src/components/ProjectSummary/ProjectSummary.tsx @@ -152,8 +152,8 @@ const ProjectSummary = ({ {intl.formatMessage( { defaultMessage: - '{starsCount, plural, =0 {No stars on Github} one {# star on Github} other {# stars on Github}}', - description: 'ProjectPreview: technologies list label', + '{starsCount, plural, =0 {0 stars on Github} one {# star on Github} other {# stars on Github}}', + description: 'ProjectSummary: technologies list label', }, { starsCount: data.stargazers_count } )} |
