mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🔥 Remove line breaks from param descriptions (#2473)
* 🔥 Remove line breaks from param descriptions * 🔥 Remove more line breaks * 🎨 Fix spacing for list item in tooltip * ⚡ Apply multiline with <p> tags * ⚡ Improve <code> and <a> tags * ✏️ Improve grammar and spelling * ⚡ Add missing <p> tags * ✏️ Make "multiple" phrasing consistent * ⚡ Fix unneeded quote escapes * ⚡ Encode angle brackets * ⚡ Fix typo and copy-paste artifact
This commit is contained in:
@@ -89,8 +89,7 @@ export class Pushover implements INodeType {
|
||||
},
|
||||
},
|
||||
default: '',
|
||||
description: `The user/group key (not e-mail address) of your user (or you),<br>
|
||||
viewable when logged into our <a href="https://pushover.net/">dashboard</a> (often referred to as USER_KEY in our <a href="https://support.pushover.net/i44-example-code-and-pushover-libraries"></a> and code examples)`,
|
||||
description: `The user/group key (not e-mail address) of your user (or you), viewable when logged into the <a href="https://pushover.net/">dashboard</a> (often referred to as <code>USER_KEY</code> in the <a href="https://support.pushover.net/i44-example-code-and-pushover-libraries">libraries</a> and code examples)`,
|
||||
},
|
||||
{
|
||||
displayName: 'Message',
|
||||
@@ -147,10 +146,7 @@ export class Pushover implements INodeType {
|
||||
},
|
||||
],
|
||||
default: -2,
|
||||
description: `send as -2 to generate no notification/alert,<br>
|
||||
-1 to always send as a quiet notification,<br>
|
||||
1 to display as high-priority and bypass the user's quiet hours, or<br>
|
||||
2 to also require confirmation from the user`,
|
||||
description: `Send as -2 to generate no notification/alert, -1 to always send as a quiet notification, 1 to display as high-priority and bypass the user's quiet hours, or 2 to also require confirmation from the user`,
|
||||
},
|
||||
{
|
||||
displayName: 'Retry (seconds)',
|
||||
@@ -174,8 +170,7 @@ export class Pushover implements INodeType {
|
||||
},
|
||||
},
|
||||
default: 30,
|
||||
description: `Specifies how often (in seconds) the Pushover servers will send the same notification to the user.<br>
|
||||
This parameter must have a value of at least 30 seconds between retries.`,
|
||||
description: `Specifies how often (in seconds) the Pushover servers will send the same notification to the user. This parameter must have a value of at least 30 seconds between retries.`,
|
||||
},
|
||||
{
|
||||
displayName: 'Expire (seconds)',
|
||||
@@ -250,8 +245,7 @@ export class Pushover implements INodeType {
|
||||
name: 'device',
|
||||
type: 'string',
|
||||
default: '',
|
||||
description: `Your user's device name to send the message directly to that device,<br>
|
||||
rather than all of the user's devices (multiple devices may be separated by a comma)`,
|
||||
description: `Your user's device name to send the message directly to that device, rather than all of the user's devices (multiple devices may be separated by a comma)`,
|
||||
},
|
||||
{
|
||||
displayName: 'Sound',
|
||||
|
||||
Reference in New Issue
Block a user