Skip to content

Commit 179822a

Browse files
author
System Administrator
committed
updated legth. resolve #3
1 parent 4ae300b commit 179822a

File tree

1 file changed

+1
-1
lines changed
  • src/Application/src/RazorPagesTestSample/Data

1 file changed

+1
-1
lines changed

src/Application/src/RazorPagesTestSample/Data/Message.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class Message
99

1010
[Required]
1111
[DataType(DataType.Text)]
12-
[StringLength(200, ErrorMessage = "There's a 200 character limit on messages. Please shorten your message.")]
12+
[StringLength(250, ErrorMessage = "There's a 200 character limit on messages. Please shorten your message.")]
1313
public string Text { get; set; }
1414
}
1515
#endregion

0 commit comments

Comments
 (0)