Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Merge pull request #3 from vend/timezone-support #5

Open
wants to merge 2 commits into
base: timezone-support
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

$attributes = array(
'voice' => 'alice',
'language' => 'en-GB'
'language' => 'en-AU'
);

$time = "";
Expand All @@ -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
Expand Down