Skip to content

Commit

Permalink
fix: Incorrect "Artist" label/heading on Search Results Page #920
Browse files Browse the repository at this point in the history
  • Loading branch information
KRTirtho committed Dec 2, 2023
1 parent 2a87a0f commit f86d544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/search/sections/artists.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SearchArtistsSection extends HookConsumerWidget {
hasNextPage: query.hasNextPage,
items: artists,
onFetchMore: query.fetchNext,
title: Text(context.l10n.albums),
title: Text(context.l10n.artists),
);
}
}

0 comments on commit f86d544

Please sign in to comment.