mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-02 19:07:29 +00:00
12 lines
409 B
JavaScript
12 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",
|
||
|
|
};
|