Skip to content

Commit

Permalink
refactor: minor rewording in NFT descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg committed Dec 12, 2024
1 parent b3ea122 commit 5e36fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LockupNFTDescriptor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5e36fa6

Please sign in to comment.