Skip to content

Commit

Permalink
comment-id: Rename "Idea" to "Claim" for Evidence Links. #144
Browse files Browse the repository at this point in the history
  • Loading branch information
benloh committed Jan 26, 2024
1 parent 38ad7b2 commit 3985651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app-web/components/EvidenceLink.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ class EvidenceLink extends React.Component {
>
<Grid item xs={4} hidden={!isExpanded} className={classes.evidenceWindowLabelGrid}>
<Typography className={classes.evidenceWindowLabel} variant="caption" align="right">
IDEA:
CLAIM:
</Typography>
</Grid>

Expand All @@ -626,7 +626,7 @@ class EvidenceLink extends React.Component {
classes.evidenceLabelFieldExpanded
)}
value={note}
placeholder="One idea from this evidence..."
placeholder="One claim from this evidence..."
autoFocus
multiline
variant="filled"
Expand Down

0 comments on commit 3985651

Please sign in to comment.