Merge pull request #12407 from akemidx/slack_message

Fixed: translation for slack message notification
This commit is contained in:
snipe 2023-02-01 13:44:12 -08:00 committed by GitHub
commit ea4d5e69bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

0
app/Models/User.php Executable file → Normal file
View file

View 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>