Skip to content

Commit 8af33a1

Browse files
committed
Make it clearer that we want a URL, not link text etc
1 parent 00ca052 commit 8af33a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

campaigns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def set_context():
2828
env['context'] = {
2929
'heading': prompt("Heading for campaign:", 'heading'),
3030
'extra_info': prompt("Extra information for campaign:", 'extra_info'),
31-
'more_info_url': prompt("Link for more information:", 'more_info_url'),
31+
'more_info_url': prompt("URL for more information:", 'more_info_url'),
3232
'campaign_class': prompt("Campaign class:", 'campaign_class', validate=validate_classes)
3333
}
3434

0 commit comments

Comments
 (0)