diff --git a/src/components/Webmentions.astro b/src/components/Webmentions.astro index e6cd802..58e9efb 100644 --- a/src/components/Webmentions.astro +++ b/src/components/Webmentions.astro @@ -42,7 +42,7 @@ const hasAny = facepile.length > 0 || replies.length > 0 || mentions.length > 0; {likes.length > 0 && (

- {likes.length} {t(locale, likes.length === 1 ? 'webmentions.like' : 'webmentions.likes')} + {`${likes.length} ${t(locale, likes.length === 1 ? 'webmentions.like' : 'webmentions.likes')}`}