From 92ff0fd3363c989dc67e99b7d96af6754877bdf5 Mon Sep 17 00:00:00 2001 From: infinite-persistence Date: Wed, 3 Mar 2021 08:51:22 +0800 Subject: [PATCH] i18n update `Enter your %SITE_NAME% password` Currently used in Odysee. When merging to Odysee later, there will be another string at the same location but with the `%DOMAIN%` as the variable. That is now obsolete and can be removed during the merge. --- static/app-strings.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/app-strings.json b/static/app-strings.json index 6b8a69173..727bc4158 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -947,6 +947,7 @@ "Account password": "Account password", "You do not currently have a password set.": "You do not currently have a password set.", "Enter Your lbry.tv Password": "Enter Your lbry.tv Password", + "Enter your %SITE_NAME% password": "Enter your %SITE_NAME% password", "Logging in as %email%": "Logging in as %email%", "Forgot Password?": "Forgot Password?", "Use Magic Link": "Use Magic Link", @@ -1409,6 +1410,7 @@ "You will receive an SMS text message confirming your phone number is valid.": "You will receive an SMS text message confirming your phone number is valid.", "Verified accounts are eligible to earn LBRY Credits for views, watching and reposting videos, sharing invite links etc. Verifying also helps us keep the %SITE_NAME% community safe too! %Refresh% or %Skip%.": "Verified accounts are eligible to earn LBRY Credits for views, watching and reposting videos, sharing invite links etc. Verifying also helps us keep the %SITE_NAME% community safe too! %Refresh% or %Skip%.", "Your First Nickel": "Your First Nickel", + "Your First Credit": "Your First Credit", "Go for a Stream": "Go for a Stream", "Channel Surfing": "Channel Surfing", "First Upload": "First Upload",