Skip to content

Commit 084a9a3

Browse files
authored
Document separator for game aliases in the edit UI (#1998)
1 parent b2de057 commit 084a9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TASVideos/Pages/Games/Edit.cshtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</column>
4545
<column lg="6">
4646
<fieldset>
47-
<label asp-for="Game.Aliases"></label>
47+
<label asp-for="Game.Aliases">Aliases (comma-separated)</label>
4848
<input asp-for="Game.Aliases" autocomplete="off" spellcheck="false" />
4949
<span asp-validation-for="Game.Aliases"></span>
5050
</fieldset>

0 commit comments

Comments
 (0)