Skip to content

Commit 656d842

Browse files
committed
Labels change
1 parent 1e27ae2 commit 656d842

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webapp/components/topbar/menuConfiguration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,15 +348,15 @@ export const getModelMenu = props => (
348348
label: "Explore view options",
349349
list: [
350350
{
351-
label: "Automatic instantiation",
351+
label: "Automatic creation",
352352
icon: props.automaticInstantiation ? checkedIcon : 'fa',
353353
action: {
354354
handlerAction: "redux",
355355
parameters: [changeAutomaticInstantiation, true]
356356
}
357357
},
358358
{
359-
label: "Manual instantiation",
359+
label: "Manual creation",
360360
icon: !props.automaticInstantiation ? checkedIcon : 'fa',
361361
action: {
362362
handlerAction: "redux",

0 commit comments

Comments
 (0)