Skip to content

Commit

Permalink
Fix typo in ArtistPage
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyDo authored Dec 22, 2023
1 parent 6e082a8 commit 60ab3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/src/entity-pages/ArtistPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ export default function ArtistPage(props: ArtistPageProps): JSX.Element {
</>
) : (
<>
<p>Be the first to review this album on CritiqueBrainz</p>
<p>Be the first to review this artist on CritiqueBrainz</p>
<a
href={`https://critiquebrainz.org/review/write/artist/${artist.artist_mbid}`}
className="btn btn-outline"
Expand Down

0 comments on commit 60ab3c3

Please sign in to comment.