Skip to content

Commit

Permalink
Merge pull request #1850 from Sefaria/remove-rabbis-ner
Browse files Browse the repository at this point in the history
fix(ner): remove "rabbis" from ambiguation description.
  • Loading branch information
nsantacruz authored Mar 20, 2024
2 parents 764cd6d + 73e7eaa commit 0ba2ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/LexiconBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ class LexiconBox extends Component {
<div>
<div className="named-entity-ambiguous">
<i className="systemText">
<span className="int-en">{`"${this.props.selectedNamedEntityText}" could refer to one of the following rabbis:`}</span>
<span className="int-he">{`ייתכן ש-"${this.props.selectedNamedEntityText}" מתייחס לאחד הרבנים הבאים:`}</span>
<span className="int-en">{`"${this.props.selectedNamedEntityText}" could refer to one of the following:`}</span>
<span className="int-he">{`ייתכן ש-"${this.props.selectedNamedEntityText}" מתייחס לאחד מהבאים:`}</span>
</i>
</div>
{ namedEntityContent }
Expand Down

0 comments on commit 0ba2ea9

Please sign in to comment.