mirror of
https://github.com/Mibew/mibew.git
synced 2025-05-12 06:43:08 +03:00
Fix typo in the message
This commit is contained in:
parent
81cd6f75fe
commit
73abafebac
@ -692,7 +692,7 @@ function chat_start_for_user(
|
|||||||
if ($referrer) {
|
if ($referrer) {
|
||||||
$thread->postMessage(
|
$thread->postMessage(
|
||||||
Thread::KIND_FOR_AGENT,
|
Thread::KIND_FOR_AGENT,
|
||||||
getlocal('Vistor came from page {0}', array($referrer), get_current_locale(), true)
|
getlocal('Visitor came from page {0}', array($referrer), get_current_locale(), true)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if ($requested_operator && !$requested_operator_online) {
|
if ($requested_operator && !$requested_operator_online) {
|
||||||
|
@ -790,7 +790,7 @@ class ThreadProcessor extends ClientSideProcessor implements
|
|||||||
if ($referrer) {
|
if ($referrer) {
|
||||||
$thread->postMessage(
|
$thread->postMessage(
|
||||||
Thread::KIND_FOR_AGENT,
|
Thread::KIND_FOR_AGENT,
|
||||||
getlocal('Vistor came from page {0}', array($referrer), get_current_locale(), true)
|
getlocal('Visitor came from page {0}', array($referrer), get_current_locale(), true)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if ($email) {
|
if ($email) {
|
||||||
|
Loading…
Reference in New Issue
Block a user