Skip to content

Commit

Permalink
Merge commit '6ce54edb856317482e7bf9192efabd2dbfe2342b' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Feb 5, 2024
2 parents 2fedaa1 + 6ce54ed commit 8e3990d
Showing 1 changed file with 1 addition and 1 deletion.
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 8e3990d

Please sign in to comment.