mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
10 lines
505 B
JavaScript
10 lines
505 B
JavaScript
export const workspaceConstantsText = {
|
|
workspaceConstantsHelperText:
|
|
"To resolve a Workspace constant use {{constants.access_token}}",
|
|
emptyStateHeader: "No Workspace constants yet",
|
|
emptyStateText:
|
|
"Use Workspace constants seamlessly in both the app builder and global data source connections across ToolJet.",
|
|
addNewConstantButton: "Create new constant",
|
|
addConstatntText: "Add new constant in production ",
|
|
constantCreatedToast: "Constant has been created",
|
|
};
|