From fbc23829b530b80f969d729d58e9cfd4a3a1ceeb Mon Sep 17 00:00:00 2001 From: Masterjun Date: Mon, 26 Aug 2024 17:30:48 +0200 Subject: [PATCH] fix copy paste error in publication filename convention (#1967) --- TASVideos/Pages/Submissions/Publish.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TASVideos/Pages/Submissions/Publish.cshtml b/TASVideos/Pages/Submissions/Publish.cshtml index fef0e4176..b74caa88f 100644 --- a/TASVideos/Pages/Submissions/Publish.cshtml +++ b/TASVideos/Pages/Submissions/Publish.cshtml @@ -90,7 +90,7 @@ -
Please follow the convention: xxxv#-yyy where xxx is author name, # is version and yyy is game name. Special characters such as \"&\" and \"/\" and \".\" and spaces must not occur in the filename.
+
Please follow the convention: xxxv#-yyy where xxx is author name, # is version and yyy is game name. Special characters such as "&" and "/" and "." and spaces must not occur in the filename.
@@ -151,4 +151,4 @@ @section Scripts { -} \ No newline at end of file +}