Skip to content

Commit

Permalink
Changed translated by copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo Maldonado committed Aug 14, 2019
1 parent b495ff9 commit 4ca2745
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/templates/blog-post.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Translations extends React.Component {
<br />
</span>
)}
<span>Translated by readers into: </span>
<span>Translated into: </span>
{readerTranslations.map((l, i) => (
<React.Fragment key={l}>
{l === lang ? (
Expand All @@ -75,10 +75,6 @@ class Translations extends React.Component {
<>
<Link to={languageLink('en')}>Read the original</Link>
{' • '}
<a href={editUrl} target="_blank" rel="noopener noreferrer">
Improve this translation
</a>
{' • '}
</>
)}
<Link to={`/${lang}`}>View all translated posts</Link>{' '}
Expand Down Expand Up @@ -199,7 +195,7 @@ class BlogPostTemplate extends React.Component {
boxShadow: 'none',
textDecoration: 'none',
color: 'var(--pink)',
fontFamily: 'monospace'
fontFamily: 'monospace',
}}
to={'/'}
>
Expand Down

0 comments on commit 4ca2745

Please sign in to comment.