aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Widgets/Sharing
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Widgets/Sharing')
-rw-r--r--src/components/Widgets/Sharing/Sharing.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Widgets/Sharing/Sharing.tsx b/src/components/Widgets/Sharing/Sharing.tsx
index bc52f9b..89b48ca 100644
--- a/src/components/Widgets/Sharing/Sharing.tsx
+++ b/src/components/Widgets/Sharing/Sharing.tsx
@@ -94,7 +94,7 @@ const Sharing = ({ excerpt, title }: { excerpt: string; title: string }) => {
title={name}
className={`${styles.link} ${styles[linkModifier]}`}
>
- <span className="screen-reader-text">{name}</span>
+ <span className="screen-reader-text">{t`Share on ${name}`}</span>
</a>
</li>
);