Skip to content

Commit

Permalink
Fix: Added \ and = to Reserved symbols warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Eniamza authored and tzarebczan committed Aug 5, 2021
1 parent ceb1b91 commit c146bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/constants/claim.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c146bfc

Please sign in to comment.