aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/MetaItems/Author
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/MetaItems/Author')
-rw-r--r--src/components/MetaItems/Author/Author.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/MetaItems/Author/Author.tsx b/src/components/MetaItems/Author/Author.tsx
index c3d78c2..4ff0086 100644
--- a/src/components/MetaItems/Author/Author.tsx
+++ b/src/components/MetaItems/Author/Author.tsx
@@ -10,6 +10,7 @@ const Author = ({ name, kind }: { name: string; kind: MetaKind }) => {
title={intl.formatMessage({
defaultMessage: 'Written by:',
description: 'Author: article author meta label',
+ id: 'jCyqZS',
})}
value={name}
kind={kind}