From 471cfa2632f5661b0cd8dc8fd5698dbe73bba320 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Wed, 3 Apr 2019 16:10:58 -1000 Subject: [PATCH] Update adding-model.md (#11824) --- aspnetcore/tutorials/first-mvc-app/adding-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/first-mvc-app/adding-model.md b/aspnetcore/tutorials/first-mvc-app/adding-model.md index c0459366d2..9b97d88f6a 100644 --- a/aspnetcore/tutorials/first-mvc-app/adding-model.md +++ b/aspnetcore/tutorials/first-mvc-app/adding-model.md @@ -206,7 +206,7 @@ Login failed for user 'User-name'. You missed the [migrations step](#pmc). -* Test the **Create** link. +* Test the **Create** link. Enter and submit data. > [!NOTE] > You may not be able to enter decimal commas in the `Price` field. To support [jQuery validation](https://jqueryvalidation.org/) for non-English locales that use a comma (",") for a decimal point and for non US-English date formats, the app must be globalized. For globalization instructions, see [this GitHub issue](https://github.com/aspnet/Docs/issues/4076#issuecomment-326590420).