Skip to content

Commit 2532a07

Browse files
tomschlickroshangautam
authored andcommitted
[fix] remove phone number text from slack notification field
1 parent 91f3277 commit 2532a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/tasks/form.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
<div class="uk-grid">
174174
<div class="uk-width-1-1@s uk-width-1-3@m">
175175
<label class="uk-form-label">Slack Notification (optional)</label>
176-
<div class="uk-text-meta">Add a slack web hook url to recieve slack notifications. Phone numbers should include country code and are digits only. Leave empty if you do not wish to receive slack notifications</div>
176+
<div class="uk-text-meta">Add a slack web hook url to recieve slack notifications. Leave empty if you do not wish to receive slack notifications</div>
177177
</div>
178178
<div class="uk-width-1-1@s uk-width-2-3@m">
179179
<input type="text" id="slack" name="notification_slack_webhook" value="{{old('notification_slack_webhook', $task->notification_slack_webhook)}}" class="uk-input" placeholder="e.g. https://hooks.slack.com/TXXXXX/BXXXXX/XXXXXXXXXX">

0 commit comments

Comments
 (0)