diff --git a/web/index.php b/web/index.php index ad2e705..6092fa6 100644 --- a/web/index.php +++ b/web/index.php @@ -32,7 +32,7 @@ $attributes = array( 'voice' => 'alice', - 'language' => 'en-GB' + 'language' => 'en-AU' ); $time = ""; @@ -41,7 +41,7 @@ } $twilioResponse = new Services_Twilio_Twiml(); - $response = sprintf("The current on-call engineer is %s. %s " + $response = sprintf("You've called the Aurora Energy RSG tech team. The current on-call person is %s. %s " . "Please hold while we connect you.", $user['first_name'], $time