tweak to text in _booking_leader_helper_email_summary token

This commit is contained in:
2016-06-28 21:41:59 +10:00
parent ecaa11d70d
commit a1c091a03c

View File

@@ -1614,7 +1614,7 @@ function _booking_leader_helper_email_summary($node) {
$otherperson_phone = $other->booking_mobile;
}
$rows[] = t('!role for !descrip (section !id). Your !otherrole is !other. You can contact them on !phone or !email.',
$rows[] = t('!role for !descrip. Your !otherrole is !other. You can contact them on !phone or !email.',
array('!role' => $role, '!id' => $studygroup->sid, '!descrip' => $studygroup->booking_studygroup_descrip,
'!otherrole' => $otherrole, '!other' => $otherperson_name, '!phone' => $otherperson_phone, '!email' => $otherperson_email,
));