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
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
@if ($snipeSettings->slack_endpoint!='')
|
@if ($snipeSettings->slack_endpoint!='')
|
||||||
<i class="fab fa-slack"></i>
|
<i class="fab fa-slack"></i>
|
||||||
A slack message will be sent
|
{{ trans('general.slack_msg_note') }}
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue