Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed Jan 4, 2025
1 parent c879c71 commit 4db861f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/service-worker.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/PagesVersions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const PAGES_VERSIONS = {
partners: makePageVersion('partners', 0),
player: makePageVersion('player', 4,
APP_NAME === "Genshin"
? ["Added Ukulele and Djen Djen Drum"]
? ["Added Ukulele and Djem Djem Drum"]
: undefined
),
privacy: makePageVersion('privacy', 0),
Expand Down
2 changes: 1 addition & 1 deletion src/changelog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const CHANGELOG: Update[] = [
date: new Date('2025-01-04'),
changes: [
"In the sheet visualizer you can now select the rows to have different background colors",
...(APP_NAME === 'Genshin' ? ["Added Ukulele and Djen Djen Drum"] : []),
...(APP_NAME === 'Genshin' ? ["Added Ukulele and Djem Djem Drum"] : []),
]
},
{
Expand Down
1 change: 1 addition & 0 deletions src/i18n/locales/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,7 @@ export const i18n_en = {
"Vintage-Lyre": "Vintage Lyre",
"Zither": "Zither",
"Old-Zither": "Old Zither",
"DjemDjemDrum": "DjemDjem Drum",
"DunDun": "DunDun",
"Piano": "Piano",
"Contrabass": "Contrabass",
Expand Down

0 comments on commit 4db861f

Please sign in to comment.