Skip to content

Commit 26d28e1

Browse files
authored
Merge branch 'master' into feature/fix_spelling_variants_of_error_boundary
2 parents c3b7a33 + 06ff350 commit 26d28e1

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)