diff --git a/ui/constants/claim.js b/ui/constants/claim.js index b114fd9d3..8469f707e 100644 --- a/ui/constants/claim.js +++ b/ui/constants/claim.js @@ -9,7 +9,7 @@ export const PAGE_PARAM = 'page'; export const PAGE_SIZE_PARAM = 'page_size'; export const INVALID_NAME_ERROR = - __('LBRY names cannot contain spaces or reserved symbols') + ' ' + '($#@;/"<>%{}|^~[]`)'; + __('LBRY names cannot contain spaces or reserved symbols') + ' ' + '(?$#@;:/"<>%{}|^~[]`)'; export const FORCE_CONTENT_TYPE_PLAYER = [ 'video/quicktime',