Skip to content

Commit 9ad0992

Browse files
COntactForm: Update description for user element
1 parent 08adf79 commit 9ad0992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/Notifications/Web/Form/ContactForm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ protected function assemble()
178178
'p',
179179
new Attributes(['class' => 'description']),
180180
new Text($this->translate(
181-
"Contact will be notified via the default channel, when no specific channel is configured"
182-
. " in a schedule or event rule."
181+
'Use this to associate actions in the UI, such as incident management, with this contact.'
182+
. ' To successfully receive desktop notifications, this is also required.'
183183
))
184184
));
185185

0 commit comments

Comments
 (0)