diff --git a/static/js/Misc.jsx b/static/js/Misc.jsx index e90ebdffd1..bd19f34a83 100644 --- a/static/js/Misc.jsx +++ b/static/js/Misc.jsx @@ -303,7 +303,7 @@ class ProfilePic extends Component { { event.target.value = null}}/> ) : null } @@ -1984,15 +1984,15 @@ class LoginPrompt extends Component {
Please log in to use this feature. - עליך להיות מחובר בכדי להשתמש באפשרות זו. + ཁྱད་ཆོས་འདི་བེད་སྤྱོད་གཏོང་ཆེད་ནང་འཛུལ་བྱེད་རོགས།
Log In - התחברות + ནང་འཛུལ། Sign Up - הרשמה + ཞུགས་ཐོ་གསར་འགོད།
); } @@ -2558,7 +2558,7 @@ Dropdown.propTypes = { class LoadingMessage extends Component { render() { var message = this.props.message || "Loading..."; - var heMessage = this.props.heMessage || "טוען מידע..."; + var heMessage = this.props.heMessage || "ཏོག་ཙམ་སྒུག་རོགས།..."; var classes = "loadingMessage sans-serif " + (this.props.className || ""); return (
diff --git a/static/js/NavSidebar.jsx b/static/js/NavSidebar.jsx index 23fb33cc11..d44bbe1c2d 100644 --- a/static/js/NavSidebar.jsx +++ b/static/js/NavSidebar.jsx @@ -613,7 +613,7 @@ const StayConnected = () => { // TODO: remove? looks like we are not using this Stay Connected Get updates on new texts, learning resources, features, and more.
- + {/**/} {Sefaria._("Sefaria diff --git a/static/js/UserProfile.jsx b/static/js/UserProfile.jsx index 37969a2c49..209968e981 100644 --- a/static/js/UserProfile.jsx +++ b/static/js/UserProfile.jsx @@ -36,7 +36,7 @@ class UserProfile extends Component { { id: "collections", text: "Collections", icon: "/static/icons/collection.svg" }, { id: "followers", text: "Followers", invisible: true }, { id: "following", text: "Following", invisible: true }, - { id: "torah-tracker", text: "Torah Tracker", invisible: Sefaria._uid !== props.profile.id, icon: "/static/icons/chart-icon.svg", href: "/torahtracker", applink: true, justifyright: true} + { id: "torah-tracker", text: "Buddhist Text Tracker", invisible: Sefaria._uid !== props.profile.id, icon: "/static/icons/chart-icon.svg", href: "/torahtracker", applink: true, justifyright: true} ]; if (showNotes) { tabs.splice(2, 0, { id: "notes", text: Sefaria._("Notes"), icon: "/static/icons/note.svg" }); @@ -605,16 +605,16 @@ const ProfileSummary = ({ profile:p, follow, openFollowers, openFollowing, toggl
Edit Profile - עריכת פרופיל + སྙིང་བསྡུས་རྩོམ་སྒྲིག Profile Settings Settings - הגדרות + སྒྲིག་འགོད་ཁག Log Out - ניתוק + ཕྱིར་ཐོན།
) : (
diff --git a/templates/profile.html b/templates/profile.html index c7a7f2c035..d416367514 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -71,7 +71,7 @@

{{ profile.first_name }} {{ profile.last_name }}

{% if profile.id != request.user.id %}
Message - שלח הודעה +
@@ -80,15 +80,15 @@

{{ profile.first_name }} {{ profile.last_name }}

Unfollow
- - עוקב - הפסק לעקוב + + རྗེས་འཇུག་བྱེད་པ། + རྗེས་འཇུག་ཕྱིར་འཐེན།
{% endif %} {% if profile.id == request.user.id %} Edit Profile - עריכת פרופיל + སྙིང་བསྡུས་རྩོམ་སྒྲིག {% endif %}