Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Sep 6, 2024
1 parent 4fd6a86 commit 032561b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psst-gui/src/ui/track.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pub fn track_menu(
let more_than_one_artist = track.artists.len() > 1;
let title = if more_than_one_artist {
LocalizedString::new("menu-item-show-artist-name")
.with_placeholder(format!("Go to Artist “{}”", artist_link.name))
.with_placeholder(format!("Go to Artist {}", artist_link.name))
} else {
LocalizedString::new("menu-item-show-artist").with_placeholder("Go to Artist")
};
Expand Down

0 comments on commit 032561b

Please sign in to comment.