Skip to content

Commit 19ff3c8

Browse files
authored
Fix configuration file name (#1049)
Fix wrong plural in file name. Also updates help text.
1 parent 0365ab5 commit 19ff3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/themes/default/page_admin_bans_import.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<tr>
1010
<td valign="top" width="25%">
1111
<div class="rowdesc">
12-
{help_icon title="File" message="Select the banned_users.cfg or banned_ip.cfg file to upload and add bans."}File
12+
{help_icon title="File" message="Select the banned_user.cfg or banned_ip.cfg file to upload and add bans."}File
1313
</div>
1414
</td>
1515
<td>
@@ -20,7 +20,7 @@
2020
</td>
2121
</tr>
2222
<tr>
23-
<td valign="top"><div class="rowdesc">{help_icon title="Get Names" message="Check this box, if you want to get the names of the players from their steam community profile. (just works with banned_users.cfg)"}Get Names</div></td>
23+
<td valign="top"><div class="rowdesc">{help_icon title="Get Names" message="Check this box if you want to get player names via their Steam Community profiles (only works with banned_user.cfg)"}Get Names</div></td>
2424
<td>
2525
<div align="left">
2626
<input type="checkbox" name="friendsname" id="friendsname" />

0 commit comments

Comments
 (0)