ToolJet/cypress-tests/cypress/constants/texts/azureBlobStorage.js

7 lines
237 B
JavaScript
Raw Normal View History

2023-08-18 20:02:41 +00:00
export const azureBlobStorageText = {
azureBlobStorage: "Azure Blob Storage",
connectionStringPlaceholder: "Enter connection string",
2023-08-22 11:03:16 +00:00
unableExtractAccountNameText:
"Unable to extract accountName with provided information.",
2023-08-18 20:02:41 +00:00
};