Skip to content

Commit

Permalink
Improve results end hint
Browse files Browse the repository at this point in the history
  • Loading branch information
alkaitagi committed Dec 8, 2021
1 parent 78cb718 commit f49d9e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dictionary/search_results_sliver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ class SearchResultsSliver extends StatelessWidget {
}

Widget _buildEndCaption(BuildContext context) {
return const Caption(
'End of results',
return Caption(
search.monolingual ? 'End of results' : 'Shown first 50 results',
icon: Icons.check_rounded,
);
}
Expand Down

0 comments on commit f49d9e3

Please sign in to comment.