diff --git a/php-template/template.php b/php-template/template.php
index 3f4e545..4168ee3 100644
--- a/php-template/template.php
+++ b/php-template/template.php
@@ -4,7 +4,7 @@ function sluggify($input) {
return strtolower(str_replace(' ', '-', $input));
}
-$surveyLink = "Streets People Love Pledge and Survey";
+$surveyLink = "Streets People Love Pledge and Survey";
if (isset($config["survey"])) {
$surveyLink = $config["survey"];
}