Skip to content

Commit

Permalink
Copy tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pedromcunha committed Oct 10, 2024
1 parent fbe5a41 commit a9fddea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/components/widgets/SwapRouteSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const SwapRouteSelector: FC<Props> = ({
color="gray"
>
<Text style="subtitle2">
{externalLiquidtySelected ? 'Standard' : 'Relay'}
{externalLiquidtySelected ? 'Native' : 'Relay'}
</Text>
{supportsExternalLiquidity || externalLiquidtySelected ? (
<Box css={{ color: 'gray11', width: 14, flexShrink: 0 }}>
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/widgets/WidgetErrorWell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const WidgetErrorWell: FC<Props> = ({
<Text style="subtitle3" css={{ color: 'amber12' }}>
Due to high demand, only {maxCapacity} {currency.symbol} can be
bridged instantly. Set to max instant capacity or switch to the
standard route for unlimited capacity.
native route for unlimited capacity.
</Text>
</Flex>
)
Expand Down

0 comments on commit a9fddea

Please sign in to comment.