change workflow editor to workflow visualizer

This commit is contained in:
Haokun-Chen
2018-06-21 12:27:35 -04:00
parent 008a3a0d01
commit f3e4780c7a
3 changed files with 6 additions and 6 deletions

View File

@@ -1728,8 +1728,8 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat
button.label = i18n._('View Survey');
button['class'] = 'Form-surveyButton';
}
if (btn === 'workflow_editor') {
button.label = i18n._('Workflow Editor');
if (btn === 'workflow_visualizer') {
button.label = i18n._('Workflow Visualizer');
button['class'] = 'Form-primaryButton';
}