Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Small typo fix for AlbumTrack header
Previously, the text of AlbumTrack was set to "AlbumText", when it should be simply "Album".
  • Loading branch information
tem1029 authored Nov 25, 2019
commit 83baf886c6f71bdcfbd347a7cd42665c53fdb86b
2 changes: 1 addition & 1 deletion src/ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ where
..Default::default()
},
TableHeaderItem {
text: "AlbumTracks",
text: "Album",
width: get_percentage_width(layout_chunk.width, 0.3),
..Default::default()
},
Expand Down