whoops, i forgor to add localized string

This commit is contained in:
veselcraft 2023-03-03 21:32:56 +03:00
parent 866d6a8c45
commit a3db17fc36
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E

View file

@ -60,7 +60,7 @@ final class MessengerPresenter extends OpenVKPresenter
if(!$this->user->identity->getPrivacyPermission('messages.write', $correspondent))
{
$this->flash("err", tr("warning"), "Этот пользователь, возможно, вам не сможет ответить из-за ваших настроек приватности.");
$this->flash("err", tr("warning"), tr("user_may_not_reply"));
}
$this->template->selId = $sel;