Skip to content

Commit

Permalink
Use matching label for max custom field length
Browse files Browse the repository at this point in the history
Fixes #20182
  • Loading branch information
syncguru authored and vboctor committed Jul 10, 2016
1 parent c73ff8d commit ea745b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_custom_field_edit_page.php
Expand Up @@ -171,7 +171,7 @@
</tr>
<tr>
<td class="category">
<?php echo lang_get( 'custom_field_length_min' ) ?>
<?php echo lang_get( 'custom_field_length_max' ) ?>
</td>
<td>
<input type="text" id="custom-field-length-max" name="length_max" class="input-sm" size="32" maxlength="64" value="<?php echo $t_definition['length_max'] ?>" />
Expand Down

0 comments on commit ea745b3

Please sign in to comment.