Skip to content

Commit

Permalink
chore(connect-ui): update no transport description message
Browse files Browse the repository at this point in the history
  • Loading branch information
martykan committed Aug 5, 2024
1 parent c4e1c2d commit 10a79da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-ui/src/views/Transport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Transport = () => {
description={
<FormattedMessage
id="TR_BRIDGE_NEEDED_DESCRIPTION"
defaultMessage="For the best experience, please download and run the Trezor Suite desktop app in the background or use a supported Chromium-based browser that is compatible with WebUSB."
defaultMessage="Your browser is not supported. For the best experience, download and run the Trezor Suite desktop app in the background, or use a supported Chromium-based browser that is compatible with WebUSB."
/>
}
image={<Image imageSrc={imageSrc} />}
Expand Down

0 comments on commit 10a79da

Please sign in to comment.