Skip to content

Commit

Permalink
fix(music.band): removes leading whitespace [FIX #3011]
Browse files Browse the repository at this point in the history
- There was an example with a leading whitespace: ' The'
- Replacing it with 'The Killers'
  • Loading branch information
JeremasPosta committed Oct 16, 2024
1 parent b5a034c commit 3846dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/locales/en/music.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ en:
- Coldplay
- Cootie Williams
- Cortinas
- " The"
- The Killers
- The Cramps
- The Cranberries
- Cream
Expand Down

0 comments on commit 3846dc0

Please sign in to comment.