Fix typo in the message

This commit is contained in:
Fedor A. Fetisov 2017-11-14 22:39:24 +03:00
parent 81cd6f75fe
commit 73abafebac
2 changed files with 2 additions and 2 deletions

View File

@ -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) {

View File

@ -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) {