Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit c73634b

Browse files
committed
Merge pull request #2286 from DFurnes/all-that-bullshit
Update campaign confirmation message per SPG's request.
2 parents 9a8b8e9 + cb0bc97 commit c73634b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/themes/dosomething/paraneue_dosomething/includes/preprocess.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function paraneue_dosomething_preprocess_page(&$vars) {
3434
// Show Hunt MCC form confirmation if query string exists
3535
$node_type = menu_get_object()->type;
3636
if ($node_type == 'campaign_group' && array_key_exists('submitted_mcc', $_GET)) {
37-
drupal_set_message('Thanks for submitting your idea!');
37+
drupal_set_message(t('Thanks! We\'ll be in touch soon with next steps. If you\'d like to submit more than one campaign idea, go for it!'));
3838
}
3939

4040
// Footer Output Setup

0 commit comments

Comments
 (0)