diff --git a/extras/lbryinc/constants/errors.js b/extras/lbryinc/constants/errors.js index 0efa15e18..90444632a 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 = - 'An LBRY account could not be found for the referrer you provided.'; + 'A lbry.tv account could not be found for the referrer you provided.';