From 2d91e2dd1b8acff72120ac6083373928dd2cf2ca Mon Sep 17 00:00:00 2001
From: eatdostacos <64234158+eatdostacos@users.noreply.github.com>
Date: Thu, 30 Apr 2020 21:56:31 -0700
Subject: [PATCH 1/2] "LBRY" Coin to "LBRY Credits"
For some reason it said LBRY Coin even though that has never been a thing. I also capitalized the C in Credits.
---
app/components/playground.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/components/playground.js b/app/components/playground.js
index b4eb3f3..bcf0d7f 100644
--- a/app/components/playground.js
+++ b/app/components/playground.js
@@ -69,9 +69,9 @@ function navigation() {
Support creators on LBRY with a tip, on us!
From ecfdbecf2c344edb016822c3413f955eca977e17 Mon Sep 17 00:00:00 2001
From: eatdostacos <64234158+eatdostacos@users.noreply.github.com>
Date: Thu, 30 Apr 2020 22:10:47 -0700
Subject: [PATCH 2/2] Removed the "or," that didn't seem necessary
This bit of text didn't seem like it was needed at the LBRY Credits was already in parenthesizes showing that it is what LBC means.
---
app/components/playground.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/components/playground.js b/app/components/playground.js
index bcf0d7f..3fda5f3 100644
--- a/app/components/playground.js
+++ b/app/components/playground.js
@@ -71,7 +71,7 @@ function navigation() {
data-action="playground, example 3"
data-description="In the LBRY app, you can financially support your favorite creators by donating LBRY Credits (LBC). In this example, we are donating LBC in your stead."
data-example="3"
- data-success="Kudos You've just supported a creator with LBC (or, LBRY Credits) with our own stash of LBC (you'd use your own IRL). You're basically saying, 'thanks for this great content, please continue!' and that's awesome. You're awesome."
+ data-success="Kudos You've just supported a creator with LBC (LBRY Credits) with our own stash of LBC (you'd use your own IRL). You're basically saying, 'thanks for this great content, please continue!' and that's awesome. You're awesome."
>
Support creators on LBRY with a tip, on us!