Skip to content

Commit

Permalink
Merge pull request #127 from OpenPecha/fix/PECHA-100-translation_lear…
Browse files Browse the repository at this point in the history
…n_more_missing_page

about_translation_of_pecha_page_sheet_link_fixed
  • Loading branch information
tenzinsamten authored Apr 26, 2024
2 parents 7b1a989 + 70250e4 commit a4ba9a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/CommunityPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ CommunityPage.propTypes = {

const RecentlyPublished = ({multiPanel, toggleSignUpModal}) => {
const options = Sefaria.interfaceLang === "hebrew" ? {"lang": "hebrew"} : {};
options["filtered"] = true;
// options["filtered"] = true;
const pageSize = 18;
const [nSheetsLoaded, setNSheetsLoded] = useState(0); // counting sheets loaded from the API, may be different than sheets displayed
// Start with recent sheets in the cache, if any
Expand Down
2 changes: 1 addition & 1 deletion static/js/TranslationsBox.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const TranslationsHeader = () => (
<EnglishText>Pecha acquires translations to enrich your learning experience. Preview or choose a different translation below.</EnglishText>
<HebrewText>དཔེ་ཆ་དྲ་ཚིག་གིས་འགྱུར་མ་ཁག་བཟོས་ཏེ་སྦྱོང་ཡག་ལ་རོག་རམ་བྱེད་ཐུབ་ གཤམ་འོག་ལ་སྐད་ཡིག་གཞན་འདེམ་རོགས་།</HebrewText>
</InterfaceText>
<a href="/sheets/511573" target="_blank" className="inTextLink">
<a href="/sheets/36" target="_blank" className="inTextLink">
<InterfaceText>
<EnglishText>Learn more ›</EnglishText>
<HebrewText> མུ་མཐུད་གཟིགས་་ ›</HebrewText>
Expand Down

0 comments on commit a4ba9a6

Please sign in to comment.