Skip to content

Commit

Permalink
Merge pull request #2035 from Sefaria/bug/sc-29260/chafetz-chayim-and…
Browse files Browse the repository at this point in the history
…-sacks-author-pages-are

fix(topics_api): fixed typo that caused bug
  • Loading branch information
nsantacruz authored Sep 11, 2024
2 parents af1f8ba + 1fa6346 commit 4c72113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sefaria/model/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_description(self, lang):

def get_title(self, lang):
if self._collective_title_term is None:
cat_term = Term().load({"name": self.index_category.sharedTitle})
cat_term = Term().load({"name": self._index_category.sharedTitle})
return cat_term.get_primary_title(lang)
else:
preposition = 'on' if lang != 'he' else 'על'
Expand Down

0 comments on commit 4c72113

Please sign in to comment.