Skip to content

Commit

Permalink
fix: news title -> blog (nodejs#6183)
Browse files Browse the repository at this point in the history
* fix: news title -> blog

* fix(i18n): modify key
  • Loading branch information
AugustinMauroy authored Dec 17, 2023
1 parent e802dfb commit 0b465f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
}
},
"blogIndex": {
"currentYear": "News from {year}"
"currentYear": "Blog from {year}"
}
},
"pages": {
Expand Down
2 changes: 1 addition & 1 deletion pages/en/blog/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: News
title: Blog
layout: blog-category.hbs
---
2 changes: 1 addition & 1 deletion pages/en/blog/pagination.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: News from
title: Blog from
layout: blog-category.hbs
author: The Node.js Project
---

0 comments on commit 0b465f1

Please sign in to comment.