Skip to content

Commit

Permalink
Clan creation page: "shortcut" -> "acronym" (#2943)
Browse files Browse the repository at this point in the history
  • Loading branch information
sprunk authored Apr 6, 2024
1 parent 567040a commit 8573f3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Zero-K.info/Views/Clans/Create.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</tr>
<tr>
<td>
Shortcut:
Acronym:
</td>
<td>
@Html.TextBoxFor(x => x.Shortcut, new { maxlength = 6 })
Expand Down Expand Up @@ -83,4 +83,4 @@
<td colspan='2'><input type='submit' value="Submit"/></td>
</tr>
</table>
</form>
</form>

0 comments on commit 8573f3f

Please sign in to comment.