File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
src/components/custom-procedures Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import dropperIcon from './icon--dropper.svg';
88
99import booleanInputIcon from './icon--boolean-input.svg' ;
1010import textInputIcon from './icon--text-input.svg' ;
11+ import branchInputIcon from './icon--branch-input.svg' ;
1112import labelIcon from './icon--label.svg' ;
1213
1314import stackBlockIcon from './icon--stack-block.svg' ;
@@ -233,7 +234,7 @@ const CustomProcedures = props => (
233234 >
234235 < img
235236 className = { styles . optionIcon }
236- src = { stackBlockIcon }
237+ src = { branchInputIcon }
237238 />
238239 < div className = { styles . optionTitle } >
239240 < FormattedMessage
@@ -244,7 +245,7 @@ const CustomProcedures = props => (
244245 </ div >
245246 < div className = { styles . optionDescription } >
246247 < FormattedMessage
247- defaultMessage = "command "
248+ defaultMessage = "branch "
248249 description = "Description of the command input type"
249250 id = "gui.customProcedures.commandType"
250251 />
You can’t perform that action at this time.
0 commit comments