mirror of
https://github.com/Mibew/mibew_slack.git
synced 2025-01-22 10:00:31 +03:00
Improve localization
This commit is contained in:
parent
5304dad8e6
commit
4991051320
@ -55,7 +55,7 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
|
||||
$client = new Client($this->config['slack_url'], $settings);
|
||||
|
||||
|
||||
$client->send($this->config['message']);
|
||||
$client->send(getlocal('You have a new user waiting for a response. Username: {0}', array($args['thread']->userName)));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user