Skip to content

Commit

Permalink
fix(hotfix): remove Sefaria variable
Browse files Browse the repository at this point in the history
  • Loading branch information
akiva10b committed Sep 14, 2023
1 parent 07a3ca2 commit 4a0b3c6
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 @@ -16,7 +16,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 @@ -124,7 +124,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 @@ -154,7 +154,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 @@ -192,7 +192,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 @@ -229,7 +229,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 @@ -260,7 +260,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 4a0b3c6

Please sign in to comment.