Content updates for Pricing, Trial Mode, and various areas of changing "message parts"

This commit is contained in:
Jonathan Bobel
2024-01-25 14:55:17 -05:00
parent 782ec1c5eb
commit d9875ef287
4 changed files with 43 additions and 41 deletions

View File

@@ -448,6 +448,12 @@ def message_count_noun(count, template_type):
else:
return "text messages"
if template_type == "parts":
if count == 1:
return "text message part"
else:
return "text message parts"
elif template_type == "email":
if count == 1:
return "email"