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.';