lbry-desktop/extras/lbryinc/constants/errors.js
2022-04-26 10:23:49 -04:00

4 lines
214 B
JavaScript

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