Skip to content

Commit

Permalink
fix(dates): commas are important
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousMagpie committed Nov 16, 2023
1 parent 3291856 commit 6e9e1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/common/script/content/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const bundles = {
aquaticAmigos: {
key: 'aquaticAmigos',
text: t('aquaticAmigosText'),
notes: t('aquaticAmigosNotes' { date: moment('2023-06-30').format('LL') }),
notes: t('aquaticAmigosNotes', { date: moment('2023-06-30').format('LL') }),
bundleKeys: [
'axolotl',
'kraken',
Expand Down

0 comments on commit 6e9e1b4

Please sign in to comment.