Skip to content

Commit

Permalink
Minor wording change in input description
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Nov 24, 2014
1 parent ba5210b commit 96b46d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public class NewFieldWizard extends AbstractJavaEECommand implements UIWizard, P
private UISelectOne<TemporalType> temporalType;

@Inject
@WithAttributes(label = "Column Name", description = "The column name. Defaults to the field name if not informed")
@WithAttributes(label = "Column Name", description = "The column name. Defaults to the field name")
private UIInput<String> columnName;

@Inject
Expand Down

0 comments on commit 96b46d9

Please sign in to comment.