chore: reword Signalwire as SignalWire

This commit is contained in:
Ali BARIN
2023-03-13 19:05:02 +00:00
parent ecd356d42b
commit caef9bb8b5
7 changed files with 14 additions and 14 deletions

View File

@@ -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,
},
],