mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-28 17:07:22 +00:00
11 lines
409 B
JavaScript
11 lines
409 B
JavaScript
export const twilioText = {
|
|
twilio: "Twilio",
|
|
cypresstwilio: "cypress-Twilio",
|
|
authTokenLabel: "Auth Token",
|
|
authTokenPlaceholder: "**************",
|
|
accountSidLabel: "Account SID",
|
|
accountSidPlaceholder: "Account SID for Twilio",
|
|
messagingSIDLabel: "Messaging Service SID",
|
|
messagingSIDPalceholder: "Messaging Service SID for Twilio",
|
|
messageText: "Sending test message to check twilio",
|
|
};
|