Skip to content

Commit

Permalink
small change (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsam authored Sep 6, 2024
2 parents a4e9745 + 26e914e commit 620fac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/js/Misc.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2776,7 +2776,7 @@ class CookiesNotification extends Component {

<span className={`${Sefaria.languageClassFont()}`}>
<span>{ Sefaria._("message.cookies_msg") }<a href="/privacy-policy">{ Sefaria._("learn_more") }</a></span>
<span className='int-he button small white' onClick={this.setCookie}>{ Sefaria._("ok") }</span>
<span className={`${Sefaria.languageClassFont()} button small white`} onClick={this.setCookie}>{ Sefaria._("ok") }</span>
</span>

</div>
Expand Down
2 changes: 1 addition & 1 deletion static/js/sefaria/localizationLanguage/tibetan.js
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ const TibetanStrings = {
"message.login_to_use_feature":"ཁྱད་ཆོས་འདི་བེད་སྤྱོད་གཏོང་ཆེད་ནང་འཛུལ་བྱེད་རོགས།",
"feedback.feedback_sent":"བསམ་འཆར་བསྐུར་ཡོད།",
"feedback.message.have_some_feeback":"བསམ་འཆར་ཡོད་ན་གསུང་རྐྱང་གནང་རོགས། ང་ཚོར་ཕན་ངེས་ཡིན།",
"message.cookies_msg":"We use cookies to give you the best experience possible on our site. Click OK to continue using Sefaria.",
"message.cookies_msg":"ང་ཚོས་ཁྱེད་ལ་ང་ཚོའི་དྲྭ་ཚིགས་སྟེང་གི་མྱོང་ཚོར་ལེགས་ཤོས་དེ་སྤྲོད་ཆེད། ཀུ་སི་བེད་སྤྱོད་གཏོང་གི་ཡོད། འགྲིག་སོང་། ཞེས་པ་འི་སྟེང་དུ་མུ་མཐུད་བཀླགས།",
"ok":"འགྲིག",
"community.message.previewing":"ཁྱེད་ཀྱིས་འདི་ལ་ཚོགས་སྡེའི་ཤོག་ལྷེ་སྔོན་མཐོང་བྱེད་བཞིན་ཡོད།",
"all_ready_exists":"སྔོན་གྱི་མཐའ་ནི་རྣམ་པར་སྤངས།།",
Expand Down

0 comments on commit 620fac5

Please sign in to comment.