aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/routes/admin.games_.$gameId.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-31 22:27:28 +0900
committernsfisis <nsfisis@gmail.com>2024-07-31 22:27:28 +0900
commitabb8a31a12ba49d0d7faf5fdf2f5b790accfda92 (patch)
treeeb52d14097c04a352759881da90d1ec9245777f9 /frontend/app/routes/admin.games_.$gameId.tsx
parent4aff0feca72da0175dcecb44aca9b3e30c861bc5 (diff)
downloadphperkaigi-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.gz
phperkaigi-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.tar.zst
phperkaigi-2025-albatross-abb8a31a12ba49d0d7faf5fdf2f5b790accfda92.zip
feat: "iOSDC 2024" to "iOSDC Japan 2024"
Diffstat (limited to 'frontend/app/routes/admin.games_.$gameId.tsx')
-rw-r--r--frontend/app/routes/admin.games_.$gameId.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/app/routes/admin.games_.$gameId.tsx b/frontend/app/routes/admin.games_.$gameId.tsx
index 5d83fb4..244092e 100644
--- a/frontend/app/routes/admin.games_.$gameId.tsx
+++ b/frontend/app/routes/admin.games_.$gameId.tsx
@@ -11,8 +11,8 @@ export const meta: MetaFunction<typeof loader> = ({ data }) => {
return [
{
title: data
- ? `[Admin] Game Edit ${data.game.display_name} | iOSDC 2024 Albatross.swift`
- : "[Admin] Game Edit | iOSDC 2024 Albatross.swift",
+ ? `[Admin] Game Edit ${data.game.display_name} | iOSDC Japan 2024 Albatross.swift`
+ : "[Admin] Game Edit | iOSDC Japan 2024 Albatross.swift",
},
];
};