Skip to content

Commit

Permalink
fix(bug): remove use of Sefaria object
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Sep 14, 2023
1 parent fdd83e8 commit 5e86c39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions static/js/sefaria/signupModalContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const signUpModalContent = {
he: "רוצים לתעד חיבור לטקסט נוסף?",
},
h3: {
en: `Create a free account to do more on ${Sefaria._siteSettings.SITE_NAME['en']}`,
en: `Create a free account to do more on Contextus}`,
he: "פתחו חשבון משתמש בחינם - ותוכלו לעשות הרבה יותר עם ספריא",
},
contentList: [
Expand Down Expand Up @@ -86,7 +86,7 @@ const signUpModalContent = {
he: "יש לכם תרגום משלכם לטקסט זה?",
},
h3: {
en: `Create a free account to add it to the library & do more on ${Sefaria._siteSettings.SITE_NAME['en']}`,
en: `Create a free account to add it to the library & do more on Contextus`,
he: "פתחו חשבון משתמש בחינם כדי להוסיף אותו לספרייה - ועוד:",
},
contentList: [
Expand Down Expand Up @@ -116,7 +116,7 @@ const signUpModalContent = {
},
[SignUpModalKind.Follow]: {
h2: {
en: `Want to connect with other ${Sefaria._siteSettings.SITE_NAME['en']} users?`,
en: `Want to connect with other Contextus users?`,
he: "רוצים להתחבר עם משתמשים אחרים בספריא?",
},
h3: {
Expand Down Expand Up @@ -147,7 +147,7 @@ const signUpModalContent = {
[SignUpModalKind.Notes]: {
h2: { en: "Don’t lose that thought!", he: "אל תשכחו את המחשבה שעלתה בכם!" },
h3: {
en: `Create a free account to do more on ${Sefaria._siteSettings.SITE_NAME['en']}`,
en: `Create a free account to do more on Contextus`,
he: "פתחו חשבון משתמש בחינם כדי לעשות יותר עם ספריא",
},
contentList: [
Expand Down Expand Up @@ -184,7 +184,7 @@ const signUpModalContent = {
[SignUpModalKind.Save]: {
h2: { en: "Want to return to this text?", he: "רוצים לחזור לטקסט הזה?" },
h3: {
en: `Create a free account to do more on ${Sefaria._siteSettings.SITE_NAME['en']}`,
en: `Create a free account to do more on Contextus`,
he: "פתחו חשבון משתמש בחינם כדי לעשות יותר עם ספריא",
},
contentList: [
Expand Down Expand Up @@ -215,7 +215,7 @@ const signUpModalContent = {
[SignUpModalKind.Default]: {
h2: { en: "Love Learning?", he: "אוהבים ללמוד?" },
h3: {
en: `Sign up to get more from ${Sefaria._siteSettings.SITE_NAME['en']}`,
en: `Sign up to get more from Contextus`,
he: "הרשמו כדי לקבל יותר מספריא",
},
contentList: [
Expand Down

0 comments on commit 5e86c39

Please sign in to comment.