Skip to content

Commit

Permalink
fix: LEAP-1507: show review instructions in review stream (#6444)
Browse files Browse the repository at this point in the history
  • Loading branch information
jombooth authored Sep 26, 2024
1 parent cdfc304 commit c4cb483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/libs/editor/src/components/App/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ class App extends Component {
<InstructionsModal
visible={store.showingDescription}
onCancel={() => store.toggleDescription()}
title="Labeling Instructions"
title={store.hasInterface("review") ? "Review Instructions" : "Labeling Instructions"}
>
{store.description}
</InstructionsModal>
Expand Down

0 comments on commit c4cb483

Please sign in to comment.