Skip to content

Commit 06ff350

Browse files
smikitkypotato4d
authored andcommitted
Translate "next/prev article" link text (#153)
1 parent 45f50d5 commit 06ff350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/templates/components/NavigationFooter/NavigationFooter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const NavigationFooter = ({next, prev, location}) => {
4040
<Flex basis="50%" type="li">
4141
{prev && (
4242
<div>
43-
<SecondaryLabel>Previous article</SecondaryLabel>
43+
<SecondaryLabel>前の記事</SecondaryLabel>
4444
<div
4545
css={{
4646
paddingTop: 10,
@@ -61,7 +61,7 @@ const NavigationFooter = ({next, prev, location}) => {
6161
textAlign: 'right',
6262
}}>
6363
<div>
64-
<SecondaryLabel>Next article</SecondaryLabel>
64+
<SecondaryLabel>次の記事</SecondaryLabel>
6565
<div
6666
css={{
6767
paddingTop: 10,

0 commit comments

Comments
 (0)