run autofix HELL YEAH
This commit is contained in:
@@ -101,7 +101,7 @@ export function ProfileStarterPacks({
|
|||||||
message={
|
message={
|
||||||
emptyStateMessage ??
|
emptyStateMessage ??
|
||||||
_(
|
_(
|
||||||
'Starter packs let you share your favorite feeds and people with your friends.',
|
msg`Starter packs let you share your favorite feeds and people with your friends.`,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
button={emptyStateButton}
|
button={emptyStateButton}
|
||||||
|
|||||||
@@ -1109,7 +1109,7 @@ function PlayPauseTapArea({
|
|||||||
isPlaying ? _(msg`Video is playing`) : _(msg`Video is paused`)
|
isPlaying ? _(msg`Video is playing`) : _(msg`Video is paused`)
|
||||||
}
|
}
|
||||||
label={_(
|
label={_(
|
||||||
`Video from ${sanitizeHandle(
|
msg`Video from ${sanitizeHandle(
|
||||||
post.author.handle,
|
post.author.handle,
|
||||||
'@',
|
'@',
|
||||||
)}. Tap to play or pause the video`,
|
)}. Tap to play or pause the video`,
|
||||||
|
|||||||
Reference in New Issue
Block a user