Skip to content

Commit

Permalink
Change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Nov 4, 2024
1 parent 01a6a5d commit 2a22284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/ReviewPage/ReviewCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const ButtonBar: FC<ButtonBarProps> = ({
)}
<Tooltip
id={'edit-tooltip' + sequenceEntryStatus.accession}
content={notProcessed ? 'Cannot edit. Wait for preprocessing!' : 'Edit this sequence entry'}
content={notProcessed ? 'Processing...' : 'Edit this sequence entry'}
/>

<button
Expand Down

0 comments on commit 2a22284

Please sign in to comment.