From 6bfc88637f38f1ce56de60c095c6a6e18cb90fbb Mon Sep 17 00:00:00 2001 From: GG2015 Date: Sat, 11 Dec 2021 11:09:42 -0500 Subject: [PATCH 1/3] Fixed some lint issues. --- ui/page/seed_service/view.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/page/seed_service/view.jsx b/ui/page/seed_service/view.jsx index 7d82275..bceb33a 100644 --- a/ui/page/seed_service/view.jsx +++ b/ui/page/seed_service/view.jsx @@ -125,7 +125,7 @@ class HelpPage extends React.PureComponent {

{__('How it works?')}

- {__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hoste> + {__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hoste')}

@@ -152,8 +152,6 @@ class HelpPage extends React.PureComponent { 5.Channels above 100 videos will be reviewd based on videos file size (Current price 5.5 LBC / GB ). - - {/* @@ -167,4 +165,3 @@ class HelpPage extends React.PureComponent { } export default HelpPage; - -- 2.43.4 From f3b818c039d584734a1bd88aa1ab4445ed389ca4 Mon Sep 17 00:00:00 2001 From: GG2015 Date: Sat, 11 Dec 2021 11:10:59 -0500 Subject: [PATCH 2/3] Fixed spelling error. --- ui/page/seed_service/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/page/seed_service/view.jsx b/ui/page/seed_service/view.jsx index bceb33a..6f125ea 100644 --- a/ui/page/seed_service/view.jsx +++ b/ui/page/seed_service/view.jsx @@ -125,7 +125,7 @@ class HelpPage extends React.PureComponent {

{__('How it works?')}

- {__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hoste')} + {__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hosted')}

-- 2.43.4 From 93c0d37a28ff67f9a3e9ec5e7bd27c6408e14502 Mon Sep 17 00:00:00 2001 From: GG2015 Date: Sat, 11 Dec 2021 11:32:35 -0500 Subject: [PATCH 3/3] Fixed coding, and typos. --- ui/page/seed_service/view.jsx | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/ui/page/seed_service/view.jsx b/ui/page/seed_service/view.jsx index 6f125ea..0bd9b52 100644 --- a/ui/page/seed_service/view.jsx +++ b/ui/page/seed_service/view.jsx @@ -125,39 +125,31 @@ class HelpPage extends React.PureComponent {

{__('How it works?')}

- {__('Hello everyone! I decided to start own seeding service for community to help creators with distribution of their content. By running this service I hope to get donations for improving my project. Everyone is welcome to submit where small channels can be hosted for Free and bigger ones will bo hosted')} -

- - + 1.Do not request channels that host copyrighted content or NSFW. - + 2.Donators can request more than 1 channel to be seeded. - + 3.You can donate to seed other people content (Something like gift system). - - 4.Small channels can be seed for free if they are under 100 vides. + + 4.Small channels can be seed for free if they are under 100 videos. - + 5.Channels above 100 videos will be reviewd based on videos file size (Current price 5.5 LBC / GB ). - - {/* - - - Crypto Name: Crypto Address - - */}

); -- 2.43.4