Mark error message as translatable
This commit is contained in:
@@ -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}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user