Skip to content

Commit

Permalink
feat: [PROD-8178] add tags and description in createScenario dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
esasova committed Aug 19, 2024
1 parent 6dbfc5d commit b2ff886
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CreateScenarioButton/labels.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export const getCreateScenarioDialogLabels = (t, disabled) => {
title: t('commoncomponents.dialog.create.scenario.text.title', 'Create new Scenario'),
scenarioName: t('commoncomponents.dialog.create.scenario.input.scenarioname.label'),
scenarioMaster: t('commoncomponents.dialog.create.scenario.checkbox.scenarioMaster.label', 'Master'),
scenarioDescription: t('commoncomponents.dialog.create.scenario.input.description', 'Description'),
scenarioTags: t('commoncomponents.dialog.create.scenario.input.tags', 'Tags'),
scenarioParent: t('commoncomponents.dialog.create.scenario.dropdown.parentscenario.label', 'Parent scenario'),
datasetPlaceholder: t('commoncomponents.dialog.create.scenario.dropdown.dataset.placeholder', 'Dataset'),
dataset: t('commoncomponents.dialog.create.scenario.dropdown.dataset.label', 'Select a dataset'),
Expand Down

0 comments on commit b2ff886

Please sign in to comment.