File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ export const TweetMediaVideo = ({ tweet, media }: Props) => {
53
53
< button
54
54
type = "button"
55
55
className = { s . videoButton }
56
- aria-label = "View video on Twitter "
56
+ aria-label = "View video on X "
57
57
onClick = { ( e ) => {
58
58
const video = e . currentTarget . previousSibling as HTMLMediaElement
59
59
@@ -84,7 +84,7 @@ export const TweetMediaVideo = ({ tweet, media }: Props) => {
84
84
target = "_blank"
85
85
rel = "noopener noreferrer"
86
86
>
87
- { playButton ? 'Watch on Twitter ' : 'Continue watching on Twitter ' }
87
+ { playButton ? 'Watch on X ' : 'Continue watching on X ' }
88
88
</ a >
89
89
</ div >
90
90
) }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export const TweetReplies = ({ tweet }: { tweet: EnrichedTweet }) => (
11
11
>
12
12
< span className = { s . text } >
13
13
{ tweet . conversation_count === 0
14
- ? 'Read more on Twitter '
14
+ ? 'Read more on X '
15
15
: tweet . conversation_count === 1
16
16
? `Read ${ formatNumber ( tweet . conversation_count ) } reply`
17
17
: `Read ${ formatNumber ( tweet . conversation_count ) } replies` }
You can’t perform that action at this time.
0 commit comments