Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
vmonakhov committed Feb 17, 2025
1 parent ddd0783 commit ee8ed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CognateAnalysisModal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3224,7 +3224,7 @@ class CognateAnalysisModal extends React.Component {
: mode === "multi_neuro_suggestions"
? this.context("Neuro cognate multi-language suggestions")
: mode === "view_suggestions"
? this.context("View cognate suggestions")
? this.context("View suggestions")
: this.context("Cognate analysis")}
</Modal.Header>

Expand Down

0 comments on commit ee8ed18

Please sign in to comment.