diff --git a/app/lib/widget/tag_browser.dart b/app/lib/widget/tag_browser.dart index 5d2dc94f..3b89ed7e 100644 --- a/app/lib/widget/tag_browser.dart +++ b/app/lib/widget/tag_browser.dart @@ -193,8 +193,7 @@ class _TagBrowserState extends State if (state is! ListTagFileBlocLoading && !_buildItemQueue.isProcessing) Text( - L10n.global() - .personPhotoCountText(itemStreamListItems.length), + L10n.global().personPhotoCountText(_backingFiles.length), style: TextStyle( color: AppTheme.getSecondaryTextColor(context), fontSize: 12,