Skip to content

Commit 29f672b

Browse files
authored
Merge pull request #107 from blami/fix/staff
fix: Incorrect use of plural "Staffs"
2 parents b935587 + 9972484 commit 29f672b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const currentLocale = Astro.currentLocale || "ja";
2727
>
2828
<a
2929
href={getRelativeLocaleUrl(currentLocale, "staffs")}
30-
class="text-link">Staffs</a
30+
class="text-link">Staff</a
3131
>
3232
<a
3333
href="https://docs.google.com/document/d/1LxjzxHK23aTAFvGZeR-BpHf8sC6RKAqbImtnUtxQ3Yo/edit?tab=t.0#heading=h.n5j5dks9hlev"

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const currentLocale = Astro.currentLocale || "ja";
243243
</a>
244244
</li>
245245
<li>
246-
<a href={getRelativeLocaleUrl(currentLocale, "staffs")}> Staffs </a>
246+
<a href={getRelativeLocaleUrl(currentLocale, "staffs")}> Staff </a>
247247
</li>
248248
</ul>
249249
<a

src/pages/en/staffs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import Layout from "../../layouts/Layout.astro";
44
import "../../styles/sub-page.css";
55
---
66

7-
<Layout title="スタッフ" titleEn="Staffs">
7+
<Layout title="スタッフ" titleEn="Staff">
88
<StaffList />
99
</Layout>

src/pages/staffs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import Layout from "../layouts/Layout.astro";
44
import "../styles/sub-page.css";
55
---
66

7-
<Layout title="スタッフ" titleEn="Staffs">
7+
<Layout title="スタッフ" titleEn="Staff">
88
<StaffList />
99
</Layout>

0 commit comments

Comments
 (0)