Fixed typo

"of" to "or"
This commit is contained in:
Charles Galpin
2013-09-06 16:06:04 -04:00
committed by Rossen Stoyanchev
parent d6017da6c2
commit aeec119ece

View File

@@ -30,7 +30,7 @@ public class UserBean implements Serializable {
} else {
context.getMessageContext().addMessage(
new MessageBuilder().error().defaultText("Please enter a first or a last name of both!").build());
new MessageBuilder().error().defaultText("Please enter a first or a last name or both!").build());
return "";
}
}