We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e27ae2 commit 656d842Copy full SHA for 656d842
1 file changed
webapp/components/topbar/menuConfiguration.js
@@ -348,15 +348,15 @@ export const getModelMenu = props => (
348
label: "Explore view options",
349
list: [
350
{
351
- label: "Automatic instantiation",
+ label: "Automatic creation",
352
icon: props.automaticInstantiation ? checkedIcon : 'fa',
353
action: {
354
handlerAction: "redux",
355
parameters: [changeAutomaticInstantiation, true]
356
}
357
},
358
359
- label: "Manual instantiation",
+ label: "Manual creation",
360
icon: !props.automaticInstantiation ? checkedIcon : 'fa',
361
362
0 commit comments