From 5e36fa615d53c8debccfef93b661177aeb211cab Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 12 Dec 2024 11:24:41 +0200 Subject: [PATCH] refactor: minor rewording in NFT descriptor --- src/LockupNFTDescriptor.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LockupNFTDescriptor.sol b/src/LockupNFTDescriptor.sol index e8110f693..bc313fc7c 100644 --- a/src/LockupNFTDescriptor.sol +++ b/src/LockupNFTDescriptor.sol @@ -279,7 +279,7 @@ contract LockupNFTDescriptor is ILockupNFTDescriptor { : unicode"❕INFO: This NFT is non-transferable. It cannot be sold or transferred to another account."; return string.concat( - "This NFT represents a stream in Sablier Lockup contract. The owner of this NFT can withdraw the streamed tokens, which are denominated in ", + "This NFT represents a stream in a Sablier Lockup contract. The owner of this NFT can withdraw the streamed tokens, which are denominated in ", tokenSymbol, ".\\n\\n- Stream ID: ", streamId,