mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +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) {
|
||||
$thread->postMessage(
|
||||
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) {
|
||||
|
@ -790,7 +790,7 @@ class ThreadProcessor extends ClientSideProcessor implements
|
||||
if ($referrer) {
|
||||
$thread->postMessage(
|
||||
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user