diff --git a/.eslintrc.json b/.eslintrc.json index 8c1d7d658..50e4be5cb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -30,6 +30,7 @@ "one-var": 0, "prefer-promise-reject-errors": 0, "react/jsx-indent": 0, + "react/jsx-no-comment-textnodes": 0, "react-hooks/exhaustive-deps": "warn", "react-hooks/rules-of-hooks": "error", "react/no-unescaped-entities": 0, diff --git a/package.json b/package.json index 28cb90b9b..47eb26d92 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@babel/register": "^7.0.0", "@exponent/electron-cookies": "^2.0.0", "@hot-loader/react-dom": "^16.8", - "@lbry/components": "^4.0.1", + "@lbry/components": "^4.1.2", "@reach/menu-button": "0.7.4", "@reach/rect": "^0.2.1", "@reach/tabs": "^0.1.5", @@ -131,7 +131,7 @@ "json-loader": "^0.5.4", "lbry-format": "https://github.com/lbryio/lbry-format.git", "lbry-redux": "lbryio/lbry-redux#1097a63d44a20b87e443fbaa48f95fe3ea5e3f70", - "lbryinc": "lbryio/lbryinc#0addc624db54000b0447f4539f91f5758d26eef3", + "lbryinc": "lbryio/lbryinc#12aefaa14343d2f3eac01f2683701f58e53f1848", "lint-staged": "^7.0.2", "localforage": "^1.7.1", "lodash-es": "^4.17.14", diff --git a/static/app-strings.json b/static/app-strings.json index be009501c..2981c0ccd 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -1116,5 +1116,8 @@ "Repost %count%": "Repost %count%", "File Description": "File Description", "View %count% reposts": "View %count% reposts", - "Preparing your content": "Preparing your content" + "Preparing your content": "Preparing your content", + "Already have an account? %sign_in%": "Already have an account? %sign_in%", + "Sign in with a password (optional)": "Sign in with a password (optional)", + "Don't have an account? %sign_up%": "Don't have an account? %sign_up%" } diff --git a/ui/component/cardVerify/view.jsx b/ui/component/cardVerify/view.jsx index 901ed4963..904973481 100644 --- a/ui/component/cardVerify/view.jsx +++ b/ui/component/cardVerify/view.jsx @@ -165,7 +165,7 @@ class CardVerify extends React.Component { return (
{scriptFailedToLoad && ( -
There was an error connecting to Stripe. Please try again later.
+
There was an error connecting to Stripe. Please try again later.
)}