diff --git a/pages/services/trustline.js b/pages/services/trustline.js index c231d9caa..af957fada 100644 --- a/pages/services/trustline.js +++ b/pages/services/trustline.js @@ -274,6 +274,20 @@ export default function TrustSet({ setSignRequest, currencyQuery, currencyIssuer excludeNative={true} currencyQueryName="currency" /> + {selectedToken.description && ( +
+ + Description (by the Token issuer): {selectedToken.description} + +
+
+ + We do not take responsibility for the accuracy of the token descriptions or related information. + Users should always do their own research (DYOR). The content is for informational purposes only, + not financial advice. + +
+ )} ) : ( // Advanced Mode