From 66d311706533f166b00e3f296c7ca8da9e711f12 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sun, 5 Apr 2020 23:42:59 -0700 Subject: [PATCH] improve item form text --- items/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/forms.py b/items/forms.py index 4b515dc..7d01740 100644 --- a/items/forms.py +++ b/items/forms.py @@ -14,7 +14,7 @@ class CreateItemForm(forms.ModelForm): help_texts = { 'name': 'Use a succinct name for your item. Don\'t be spammy or obscene.', 'description': 'Describe the condition of the item and any important information. Try to refrain from sharing personally identifiable information like phone numbers or social media links.', - 'whereabouts': 'Your general location - a nearby capital city and your state would be great for most cases so shipping costs can be accounted for. Use randomized text to remain anonymous.', + 'whereabouts': 'If shipping, use your general location like a nearby capital city and your state. If meeting, use the meetup location with street address.', 'ask_price_xmr': 'How many moneroj do you want for your item?', 'payout_address': 'A Monero wallet address where funds will be sent after sale is confirmed.', }