Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzii committed Feb 10, 2025
1 parent 3ec10b3 commit ffca14a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def show_about_agent_part(nft_agent: type[DeployableAgentNFTGameAbstract]) -> No
xdai_balance = get_balances(nft_agent.wallet_address).xdai
n_nft = BalanceOfNFT()(NFT_TOKEN_FACTORY, nft_agent.wallet_address)
nft_keys_message = (
"and does not hold any NFT keys anymore"
"and does not hold any NFT keys"
if n_nft == 0
else f"and <span style='font-size: 1.1em;'><strong>{n_nft} NFT key{'s' if n_nft > 1 else ''}</strong></span>"
)
Expand Down

0 comments on commit ffca14a

Please sign in to comment.