From 43c45c1f6235760a03ee1552399b63427c61ef7d Mon Sep 17 00:00:00 2001 From: Kenneth C Date: Mon, 25 Apr 2022 17:19:08 -0400 Subject: [PATCH] Update LBRY.tv to just LBRY. Noticed that quite a few files still reference the defunct LBRY.tv, so now they should be simply "LBRY" or a similar relevant string. --- extras/lbryinc/constants/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/lbryinc/constants/errors.js b/extras/lbryinc/constants/errors.js index 90444632a..0efa15e18 100644 --- a/extras/lbryinc/constants/errors.js +++ b/extras/lbryinc/constants/errors.js @@ -1,4 +1,4 @@ export const ALREADY_CLAIMED = 'once the invite reward has been claimed the referrer cannot be changed'; export const REFERRER_NOT_FOUND = - 'A lbry.tv account could not be found for the referrer you provided.'; + 'An LBRY account could not be found for the referrer you provided.';