Skip to content

Commit 6bdc7d6

Browse files
authored
m
1 parent 950f1c8 commit 6bdc7d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/components/custom-procedures/custom-procedures.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import dropperIcon from './icon--dropper.svg';
88

99
import booleanInputIcon from './icon--boolean-input.svg';
1010
import textInputIcon from './icon--text-input.svg';
11+
import branchInputIcon from './icon--branch-input.svg';
1112
import labelIcon from './icon--label.svg';
1213

1314
import 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
/>
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)