@medalsocial/meda
Version:
Shared Meda UI shell and runtime package.
19 lines (18 loc) • 575 B
JavaScript
export const defaultWorkflowBuilderLabels = {
saveAction: 'Save',
publishAction: 'Publish',
pauseAction: 'Pause',
saving: 'Saving...',
toolboxTitle: 'Add step',
toolboxHint: 'Tap a step to add it to your workflow.',
toolboxReadOnlyHint: 'This workflow is read-only.',
addTrigger: 'Trigger',
addAction: 'Action',
addCondition: 'Condition',
addDelay: 'Delay',
addEnd: 'End',
openToolbox: 'Steps',
openInspector: 'Inspector',
closeDrawer: 'Close',
emptyCanvas: 'Add a trigger to start building your workflow.',
};