Skip to content

Commit 3439fd7

Browse files
committed
feature and code owner
1 parent 12f38a9 commit 3439fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Application/src/RazorPagesTestSample/Pages/Index.cshtml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public async Task<IActionResult> OnPostAnalyzeMessagesAsync()
6868

6969
if (Messages.Count == 0)
7070
{
71-
MessageAnalysisResult = "There are no messages to analyze.";
71+
MessageAnalysisResult = "FEAURE BNEOIT There are no messages to analyze.";
7272
}
7373
else
7474
{
@@ -86,7 +86,7 @@ public async Task<IActionResult> OnPostAnalyzeMessagesAsync()
8686
}
8787

8888
var avgWordCount = Decimal.Divide(wordCount, Messages.Count);
89-
MessageAnalysisResult = $"The average message length is {avgWordCount:0.##} words.";
89+
MessageAnalysisResult = $"FEAURE BNEOIT The average message length is {avgWordCount:0.##} words.";
9090
}
9191

9292
return RedirectToPage();

0 commit comments

Comments
 (0)