Adjust mail login message

master^2
Kevin Zheng 2024-03-21 20:15:27 -07:00
parent 6a26ab0f07
commit 5f115dcda0
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@ name = activator.Name
mail = CFMail.CFMail()
total = mail.countmail(name)
if total > 0:
activator.Write('You have some mail waiting for you')
activator.Write('You have mail!')
else:
activator.Write('No mail...')