chore: reword Signalwire as SignalWire
This commit is contained in:
@@ -12,7 +12,7 @@ export default {
|
||||
value: null,
|
||||
placeholder: null,
|
||||
description:
|
||||
'Log into your Signalwire account and find the Project ID',
|
||||
'Log into your SignalWire account and find the Project ID',
|
||||
clickToCopy: false,
|
||||
},
|
||||
{
|
||||
@@ -28,7 +28,7 @@ export default {
|
||||
},
|
||||
{
|
||||
key: 'spaceRegion',
|
||||
label: 'Signalwire Region',
|
||||
label: 'SignalWire Region',
|
||||
type: 'dropdown' as const,
|
||||
required: true,
|
||||
readOnly: false,
|
||||
@@ -55,8 +55,8 @@ export default {
|
||||
readOnly: false,
|
||||
value: null,
|
||||
placeholder: null,
|
||||
description: 'Name of your Signalwire space that contains the project',
|
||||
clickToCopy: true,
|
||||
description: 'Name of your SignalWire space that contains the project',
|
||||
clickToCopy: false,
|
||||
},
|
||||
],
|
||||
|
||||
|
@@ -5,7 +5,7 @@ import triggers from './triggers';
|
||||
import actions from './actions';
|
||||
|
||||
export default defineApp({
|
||||
name: 'Signalwire',
|
||||
name: 'SignalWire',
|
||||
key: 'signalwire',
|
||||
iconUrl: 'https://signalwire.com/favicon.svg',
|
||||
authDocUrl: 'https://automatisch.io/docs/apps/signalwire/connection',
|
||||
|
@@ -13,7 +13,7 @@ export default defineTrigger({
|
||||
type: 'string',
|
||||
required: true,
|
||||
description:
|
||||
'The number to receive the SMS on. It should be a Signalwire number in your project.',
|
||||
'The number to receive the SMS on. It should be a SignalWire number in your project.',
|
||||
},
|
||||
],
|
||||
|
||||
|
Reference in New Issue
Block a user