From 93a6e1dcd8c1c7a98bd76f1ebf61adf549168a6e Mon Sep 17 00:00:00 2001 From: hensm Date: Sat, 15 Feb 2020 06:54:48 +0000 Subject: [PATCH] Fix license text --- ext/src/ui/options/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/src/ui/options/index.tsx b/ext/src/ui/options/index.tsx index d23bacc..6d81c1d 100644 --- a/ext/src/ui/options/index.tsx +++ b/ext/src/ui/options/index.tsx @@ -429,7 +429,7 @@ class OptionsApp extends Component<{}, OptionsAppState> {

LICENSE

- { LICENSE.replace(/\S\n\S/g, "") } + { LICENSE.replace(/(\S)\n(\S)/g, "$1 $2") }