Mark error message as translatable

This commit is contained in:
Claude
2026-01-21 19:16:54 +00:00
committed by Samuel Newman
parent 4c24e60f74
commit 67af7a2ec3
@@ -169,7 +169,7 @@ export function ProfileStarterPacks({
<ListFooter
isFetchingNextPage={isFetchingNextPage}
hasNextPage={hasNextPage}
error={isError ? 'Could not load more starter packs' : undefined}
error={isError ? _(msg`Could not load more starter packs`) : undefined}
onRetry={fetchNextPage}
style={{paddingBottom: bottomBarOffset}}
/>