diff options
Diffstat (limited to 'src/components/LikedByList.tsx')
-rw-r--r-- | src/components/LikedByList.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/LikedByList.tsx b/src/components/LikedByList.tsx index 239a7044f..0106a5618 100644 --- a/src/components/LikedByList.tsx +++ b/src/components/LikedByList.tsx @@ -75,6 +75,7 @@ export function LikedByList({uri}: {uri: string}) { isLoading={isUriLoading || isLikedByLoading} isError={isError} emptyType="results" + emptyTitle={_(msg`No likes yet`)} emptyMessage={_( msg`Nobody has liked this yet. Maybe you should be the first!`, )} |