run autofix HELL YEAH

This commit is contained in:
Samuel Newman
2026-01-29 20:32:12 +02:00
parent b949f8c77e
commit 6b86ca6dc9
2 changed files with 2 additions and 2 deletions
@@ -101,7 +101,7 @@ export function ProfileStarterPacks({
message={
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}
+1 -1
View File
@@ -1109,7 +1109,7 @@ function PlayPauseTapArea({
isPlaying ? _(msg`Video is playing`) : _(msg`Video is paused`)
}
label={_(
`Video from ${sanitizeHandle(
msg`Video from ${sanitizeHandle(
post.author.handle,
'@',
)}. Tap to play or pause the video`,