lbry-desktop/extras/lbryinc/constants/errors.js
Kenneth C 43c45c1f62 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.
2022-04-25 20:50:36 -04:00

4 lines
212 B
JavaScript

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