Skip to content

Commit

Permalink
update headline for asset select modal
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnamoroll6130 committed Sep 20, 2024
1 parent 86ea7ba commit cb6242e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export const AssetInput: React.FC<Props> = (props): JSX.Element => {
asset={asset}
assets={assets}
network={network}
dialogHeadline={intl.formatMessage({ id: 'common.asset.quickSelect' })}
dialogHeadline={intl.formatMessage({ id: 'common.asset.chooseAsset' })}
shadowless
disabled={disabled}
/>
Expand Down

0 comments on commit cb6242e

Please sign in to comment.