mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Merge pull request #12407 from akemidx/slack_message
Fixed: translation for slack message notification
This commit is contained in:
commit
ea4d5e69bc
0
app/Models/User.php
Executable file → Normal file
0
app/Models/User.php
Executable file → Normal file
|
@ -41,4 +41,4 @@ return [
|
|||
'remote' => 'Remote',
|
||||
'remote_help' => 'This can be useful if you need to filter by remote users who never or rarely come into your physical locations.',
|
||||
'not_remote_label' => 'This is not a remote user',
|
||||
];
|
||||
];
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
@if ($snipeSettings->slack_endpoint!='')
|
||||
<i class="fab fa-slack"></i>
|
||||
A slack message will be sent
|
||||
{{ trans('general.slack_msg_note') }}
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue