diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/Locale/english.ts | 2 | ||||
| -rw-r--r-- | src/lib/Locale/japanese.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts index 34666978..7400ae82 100644 --- a/src/lib/Locale/english.ts +++ b/src/lib/Locale/english.ts @@ -14,7 +14,7 @@ const English: Locale = { logIn: 'Log in with AniList', logOut: 'Log out', schedule: 'Schedule', - hololive: 'hololive', + hololive: 'hololive Schedule', myProfile: 'My Profile', myBadgeWall: 'My Badge Wall' }, diff --git a/src/lib/Locale/japanese.ts b/src/lib/Locale/japanese.ts index 3caea474..177acd51 100644 --- a/src/lib/Locale/japanese.ts +++ b/src/lib/Locale/japanese.ts @@ -14,7 +14,7 @@ const Japanese: Locale = { logIn: 'AniListでログインする', logOut: 'ログアウト', schedule: 'スケジュール', - hololive: 'ホロライブ', + hololive: 'ホロライブスケジュール', myProfile: 'プロフィール', myBadgeWall: 'バッジウォール' }, |