mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Adjust help text
This commit is contained in:
parent
9f93d16510
commit
bff526ade2
@ -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',
|
||||
|
||||
);
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user