Skip to content

Commit 620a95f

Browse files
authored
resolves #2 (#3)
1 parent 34affbd commit 620a95f

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)