1
0
mirror of https://github.com/flarum/core.git synced 2025-07-13 21:06:24 +02:00

Web installer: Fix name of table prefix field

This commit is contained in:
Franz Liedke
2015-09-04 12:14:48 +02:00
parent db8b9ed0c0
commit 85fc0a3129

View File

@ -36,7 +36,7 @@
<div class="FormField"> <div class="FormField">
<label>Table Prefix</label> <label>Table Prefix</label>
<input type="tablePrefix"> <input type="text" name="tablePrefix">
</div> </div>
</div> </div>