Skip to content

Commit

Permalink
Dev: fix register message
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Dec 23, 2013
1 parent c3ee898 commit 4fdc336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/RegisterController.php
Expand Up @@ -225,7 +225,7 @@ function actionIndex($surveyid = null)
$html="<div id='wrapper' class='message tokenmessage'>"
. "<p>".$clang->gT("Thank you for registering to participate in this survey.")."</p>\n"
. "<p>".$clang->gT("An email has been sent to the address you provided with access details for this survey. Please follow the link in that email to proceed.")."</p>\n"
. "<p>".$clang->gT("Survey administrator")." {ADMINNAME} ({ADMINEMAIL})</p>";
. "<p>".$clang->gT("Survey administrator")." {ADMINNAME} ({ADMINEMAIL})</p>"
. "</div>\n";
$html=ReplaceFields($html, $fieldsarray);
}
Expand Down

0 comments on commit 4fdc336

Please sign in to comment.