From 4464b3ff23548fe5fb7c81696cc7c53ae8a30a4f Mon Sep 17 00:00:00 2001
From: infiinte-persistence
Date: Tue, 26 May 2020 12:35:37 +0800
Subject: [PATCH] Fix split sentence: "or" in "Refresh or Skip" wasn't
translated
#4239
---
static/app-strings.json | 3 +--
ui/component/userVerify/view.jsx | 8 ++++----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/static/app-strings.json b/static/app-strings.json
index fe4c3198a..4a61c3634 100644
--- a/static/app-strings.json
+++ b/static/app-strings.json
@@ -569,7 +569,6 @@
"Spin Spin Sugar": "Spin Spin Sugar",
"You're not following any channels.": "You're not following any channels.",
"Look what's trending for everyone": "Look what's trending for everyone",
- "or": "or",
"Discover some channels!": "Discover some channels!",
"Trending": "Trending",
"Top": "Top",
@@ -1055,7 +1054,7 @@
"A moderator capable of approving you is typically available in the discord server. See the #rewards-approval instructions carefully and do not message any moderators directly. This process will likely involve providing proof of a stable and established online or real-life identity.": "A moderator capable of approving you is typically available in the discord server. See the #rewards-approval instructions carefully and do not message any moderators directly. This process will likely involve providing proof of a stable and established online or real-life identity.",
"Rewards validation is optional.": "Rewards validation is optional.",
"Continue Without Rewards": "Continue Without Rewards",
- "If you'd like to participate our %rewards_program% to earn credits, please complete one of the steps below to be validated.": "If you'd like to participate our %rewards_program% to earn credits, please complete one of the steps below to be validated.",
+ "If you'd like to participate our %rewards_program% to earn credits, please complete one of the steps below to be validated. %Refresh% or %Skip%.": "If you'd like to participate our %rewards_program% to earn credits, please complete one of the steps below to be validated. %Refresh% or %Skip%.",
"verify your email": "verify your email",
"rename your existing wallet in the lbry/wallets directory": "rename your existing wallet in the lbry/wallets directory",
"Your wallet data will remain intact. If you sign in with a different account, the wallets will be merged. To prevent this, you need to %rename_wallet_instructions%": "Your wallet data will remain intact. If you sign in with a different account, the wallets will be merged. To prevent this, you need to %rename_wallet_instructions%",
diff --git a/ui/component/userVerify/view.jsx b/ui/component/userVerify/view.jsx
index 83149ff50..8b97a7f00 100644
--- a/ui/component/userVerify/view.jsx
+++ b/ui/component/userVerify/view.jsx
@@ -44,13 +44,13 @@ class UserVerify extends React.PureComponent {
rewards_program: (
),
+ Refresh:
{__('This step is not required to use LBRY, and not all users or regions may qualify.')}