diff --git a/locales/en.json b/locales/en.json index f167200f..29dc02af 100644 --- a/locales/en.json +++ b/locales/en.json @@ -42,7 +42,7 @@ "Get the best viral stories straight into your inbox!": "Get the best viral stories straight into your inbox!", "Latest Posts": "Latest Posts", "No posts": "No posts", - "Read more": "Read more", + "Read more": "Read article", "See all % posts": "See all % posts", "Stay up to date! Get all the latest & greatest posts delivered straight to your inbox": "Stay up to date! Get all the latest & greatest posts delivered straight to your inbox", "youremail@example.com": "youremail@example.com", diff --git a/partials/story/story-grid.hbs b/partials/story/story-grid.hbs index 6f893e1a..50e1cc39 100644 --- a/partials/story/story-grid.hbs +++ b/partials/story/story-grid.hbs @@ -37,7 +37,7 @@ {{else}} {{!-- Read more --}} - {{t "Read more"}} + {{t "Read more"}} {{/match}} @@ -64,7 +64,7 @@ {{else}} {{!-- Read more --}} - {{t "Read more"}} + {{t "Read more"}} {{/match}} diff --git a/partials/story/story-post.hbs b/partials/story/story-post.hbs index ddb34600..b0531bda 100644 --- a/partials/story/story-post.hbs +++ b/partials/story/story-post.hbs @@ -28,7 +28,7 @@

{{excerpt}}

- + {{t "Read more"}}