Skip to content

Commit

Permalink
Fix a typo (#1534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamil4 committed Sep 28, 2022
1 parent 7ec3e3d commit 9380cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Locale/English.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function get_locale(): array
'DELETE_TRACK' => 'Delete track',

'TITLE_NEW_ALBUM' => 'Enter a title for the new album:',
'UNTITLED' => 'Untilted',
'UNTITLED' => 'Untitled',
'UNSORTED' => 'Unsorted',
'STARRED' => 'Starred',
'RECENT' => 'Recent',
Expand Down

0 comments on commit 9380cc3

Please sign in to comment.