diff --git a/components/x-live-blog-post/src/ShareButtons.jsx b/components/x-live-blog-post/src/ShareButtons.jsx index 9c6f3abce..41a8050a7 100644 --- a/components/x-live-blog-post/src/ShareButtons.jsx +++ b/components/x-live-blog-post/src/ShareButtons.jsx @@ -31,8 +31,8 @@ export default ({ postId, articleUrl, title }) => { href={twitterUrl} data-trackable="twitter" > - - Share on Twitter (opens new window) + + Share ${title} on Twitter (opens in a new window) @@ -43,8 +43,8 @@ export default ({ postId, articleUrl, title }) => { href={facebookUrl} data-trackable="facebook" > - - Share on Facebook (opens new window) + + Share ${title} on Facebook (opens in a new window) @@ -55,8 +55,8 @@ export default ({ postId, articleUrl, title }) => { href={linkedInUrl} data-trackable="linkedin" > - - Share on LinkedIn (opens new window) + + Share ${title} on LinkedIn (opens in a new window)