diff --git a/static/app-strings.json b/static/app-strings.json index d56d79474..fb8e5689e 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2043,5 +2043,8 @@ "Trending for #Art": "Trending for #Art", "Trending for #Education": "Trending for #Education", "Trending for #Technology": "Trending for #Technology", + "Enter a @username or URL": "Enter a @username or URL", + "examples: @channel, @channel#3, https://odysee.com/@Odysee:8, lbry://@Odysee#8": "examples: @channel, @channel#3, https://odysee.com/@Odysee:8, lbry://@Odysee#8", + "Moderators": "Moderators", "--end--": "--end--" } diff --git a/ui/modal/modal.jsx b/ui/modal/modal.jsx index de99d2b67..49c31854f 100644 --- a/ui/modal/modal.jsx +++ b/ui/modal/modal.jsx @@ -14,8 +14,8 @@ type ModalProps = { abortButtonLabel?: string, confirmButtonDisabled?: boolean, abortButtonDisabled?: boolean, - onConfirmed?: any => any, - onAborted?: any => any, + onConfirmed?: (any) => any, + onAborted?: (any) => any, className?: string, children?: React.Node, extraContent?: React.Node, @@ -52,7 +52,13 @@ export function Modal(props: ModalProps) { > {title &&