Skip to content

Commit

Permalink
Document separator for game aliases in the edit UI (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoshiRulz authored Sep 30, 2024
1 parent b2de057 commit 084a9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Games/Edit.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</column>
<column lg="6">
<fieldset>
<label asp-for="Game.Aliases"></label>
<label asp-for="Game.Aliases">Aliases (comma-separated)</label>
<input asp-for="Game.Aliases" autocomplete="off" spellcheck="false" />
<span asp-validation-for="Game.Aliases"></span>
</fieldset>
Expand Down

0 comments on commit 084a9a3

Please sign in to comment.