Adjust help text

This commit is contained in:
Hillel Coren 2018-03-11 08:40:50 +02:00
parent 9f93d16510
commit bff526ade2
2 changed files with 3 additions and 3 deletions

View File

@ -2768,8 +2768,8 @@ $LANG = array(
'subgroup' => 'Subgroup',
'unset' => 'Unset',
'received_new_payment' => 'You\'ve received a new payment!',
'slack_webhook_help' => 'Receive payment notifications using Slack :link.',
'incoming_webhooks' => 'incoming webhooks',
'slack_webhook_help' => 'Receive payment notifications using :link.',
'slack_incoming_webhooks' => 'Slack incoming webhooks',
);

View File

@ -23,7 +23,7 @@
{!! Former::text('slack_webhook_url')
->label('webhook_url')
->help(trans('texts.slack_webhook_help', ['link' => link_to('https://my.slack.com/services/new/incoming-webhook/', trans('texts.incoming_webhooks'), ['target' => '_blank'])])) !!}
->help(trans('texts.slack_webhook_help', ['link' => link_to('https://my.slack.com/services/new/incoming-webhook/', trans('texts.slack_incoming_webhooks'), ['target' => '_blank'])])) !!}
</div>
</div>