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

@ -41,4 +41,4 @@ return [
'remote' => 'Remote', '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.', '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', 'not_remote_label' => 'This is not a remote user',
]; ];

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>