Mark error message as translatable
This commit is contained in:
@@ -169,7 +169,7 @@ export function ProfileStarterPacks({
|
|||||||
<ListFooter
|
<ListFooter
|
||||||
isFetchingNextPage={isFetchingNextPage}
|
isFetchingNextPage={isFetchingNextPage}
|
||||||
hasNextPage={hasNextPage}
|
hasNextPage={hasNextPage}
|
||||||
error={isError ? 'Could not load more starter packs' : undefined}
|
error={isError ? _(msg`Could not load more starter packs`) : undefined}
|
||||||
onRetry={fetchNextPage}
|
onRetry={fetchNextPage}
|
||||||
style={{paddingBottom: bottomBarOffset}}
|
style={{paddingBottom: bottomBarOffset}}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user