From 0524642770c5dcd2209f71132d1371b7dedc45a9 Mon Sep 17 00:00:00 2001 From: Reddiepoint <31847741+Reddiepoint@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:37:31 +0800 Subject: [PATCH] Fix typo --- src/modules/help.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/help.rs b/src/modules/help.rs index 7ce7307..cf40d92 100644 --- a/src/modules/help.rs +++ b/src/modules/help.rs @@ -97,7 +97,7 @@ impl HelpUI { ui.heading("Upload"); ui.label("Uploads content to MultiUp.\n\n\ - Remote uploaded with data streaming enabled allows for better support of different sites, including Debrid services.\ + Remote uploaded with data streaming enabled allows for better support of different sites, including Debrid services. \ Since this is an experimental feature, be careful when uploading large files.\n\ Data streaming essentially downloads and uploads chunks of data, as if the file was downloaded \ to disk and then uploaded to MultiUp. However, in this case, the data is not written to disk.");