aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/PostsList/PostsList.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PostsList/PostsList.tsx')
-rw-r--r--src/components/PostsList/PostsList.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/PostsList/PostsList.tsx b/src/components/PostsList/PostsList.tsx
index b57630e..f998846 100644
--- a/src/components/PostsList/PostsList.tsx
+++ b/src/components/PostsList/PostsList.tsx
@@ -37,6 +37,7 @@ const PostsList = (
{intl.formatMessage({
defaultMessage: 'Published on',
description: 'PostsList: published on year label',
+ id: 'EvODgw',
})}{' '}
</span>
{year}
@@ -77,6 +78,7 @@ const PostsList = (
{intl.formatMessage({
defaultMessage: 'No results found.',
description: 'PostsList: no results',
+ id: 'vK7Sxv',
})}
</p>
);