Skip to content

Commit

Permalink
refactor: minor rewording in NFT descriptor (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRBerg authored Dec 12, 2024
1 parent be29d06 commit c6de90c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
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
Loading

0 comments on commit c6de90c

Please sign in to comment.