Skip to content

Commit

Permalink
feat(swap): show full mint address
Browse files Browse the repository at this point in the history
  • Loading branch information
TrGiLong committed Jan 31, 2024
1 parent e0207e3 commit 6ce54ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/ashleymills/Reachability.swift.git",
"state" : {
"revision" : "c01bbdf2d633cf049ae1ed1a68a2020a8bda32e2",
"version" : "5.1.0"
"revision" : "c01127cb51f591045696128effe43c16840d08bf",
"version" : "5.2.0"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct NonStrictTokenConfirmationView: View {
.font(uiFont: .font(of: .text1, weight: .semibold))
.fixedSize(horizontal: false, vertical: true)

Text(L10n.makeSureTheMintAddressIsCorrectBeforeConfirming(token?.token.mintAddress.shortAddress ?? ""))
Text(L10n.makeSureTheMintAddressIsCorrectBeforeConfirming(token?.token.mintAddress ?? ""))
.font(uiFont: .font(of: .label1))
.fixedSize(horizontal: false, vertical: true)
}
Expand Down

0 comments on commit 6ce54ed

Please sign in to comment.