From 7b504b5fa7d523e349789a532e1f262a4263e2d3 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Tue, 11 Aug 2020 11:30:23 -0400 Subject: [PATCH] update invalid symbols --- ui/constants/claim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',