Skip to content

Commit

Permalink
fix copy paste error in publication filename convention (#1967)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjun3 authored Aug 26, 2024
1 parent e89bddb commit fbc2382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TASVideos/Pages/Submissions/Publish.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
</span>
</div>
</div>
<div>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.</div>
<div>Please follow the convention: xxxv#-yyy where xxx is author name, # is version and yyy is game name. Special characters such as "&amp;" and "/" and "." and spaces must not occur in the filename.</div>
<span asp-validation-for="Submission.MovieFilename"></span>
</fieldset>
<fieldset>
Expand Down Expand Up @@ -151,4 +151,4 @@

@section Scripts {
<script src="/js/publish.js"></script>
}
}

0 comments on commit fbc2382

Please sign in to comment.