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

19 lines
775 B
JavaScript
Raw Normal View History

export const workspaceVarText = {
workspaceVarPageTitle: "Workspace Variables",
novariableText:
"You haven't configured any workspace variables, press the 'Add new variable' button to create one",
addNewVariableButton: "Add new variable",
workspaceVarFormTitle: "Add new variable",
workspaceVarNameLabel: "Name",
workspaceVarValueLabel: "Value",
workspaceVarTypeLabel: "Type",
encryptionToggleLabel: "Enable encryption",
addVariableButton: "Add variable",
workspaceVarTableNameHeader: "Name",
workspaceVarTableValueHeader: "Value",
workspaceVarTableTypeHeader: "Type",
workspaceVarCreatedToast: "Variable has been created",
workspaceVarUpdatedToast: "Variable has been updated",
workspaceVarDeletedToast: "The variable has been deleted",
};