mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Fixed missing variable in Slack hook test
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4c66267f3b
commit
a0617edaf0
|
@ -92,7 +92,7 @@ class SlackSettingsForm extends Component
|
|||
$payload = json_encode(
|
||||
[
|
||||
'channel' => e($this->webhook_channel),
|
||||
'text' => trans('general.webhook_test_msg'),
|
||||
'text' => trans('general.webhook_test_msg', ['app' => $this->webhook_name]),
|
||||
'username' => e($this->webhook_botname),
|
||||
'icon_emoji' => ':heart:',
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue