Skip to content

Commit

Permalink
template text change (#5975)
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Blanchard <[email protected]>
  • Loading branch information
blanchco and Cole Blanchard authored Jan 7, 2025
1 parent edb2bf9 commit 7d9aa22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
:loading="isFetchingModelInformation"
class="mb-3"
/>
<label>Select intervention policy (historical)</label>
<label>Planned intervention policy (optional)</label>
<div v-for="(intervention, i) in scenario.interventionSpecs" :key="i" class="flex">
<Dropdown
class="flex-1 my-1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class="mb-3"
/>

<label>Select intervention policy (historical)</label>
<label>Planned intervention policy (optional)</label>
<div v-for="(intervention, i) in scenario.interventionSpecs" :key="i" class="flex">
<Dropdown
class="flex-1 my-1"
Expand Down

0 comments on commit 7d9aa22

Please sign in to comment.