Fix typo in roomAdd.tpl

This commit is contained in:
Tim Düsterhus 2015-03-21 23:38:53 +01:00
parent 5a1eabcad7
commit f546f5bd7a
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<dt><label for="maxUsers">{lang}chat.acp.room.maxUsers{/lang}</label></dt>
<dd>
<input id="maxUsers" class="tiny" type="number" min="0" value="{$maxUsers}" name="maxUsers" />
{if $errorField == 'topic'}
{if $errorField == 'maxUsers'}
<small class="innerError">
{if $errorType == 'empty'}
{lang}wcf.global.form.error.empty{/lang}