Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 75b17d4

Browse files
committed
Update LanguageController.cs
1 parent 44902db commit 75b17d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎CS/Controllers/LanguageController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public async Task<IActionResult> GenerateLanguageSettingsForParagraphs(IFormFile
5656
Comment comment = document.Comments.Create(paragraph.Range, "Translator");
5757
SubDocument commentDoc = comment.BeginUpdate();
5858
string translatedText = translationHelper.TranslateText(paragraphText, language, "en").Result;
59-
commentDoc.InsertText(commentDoc.Range.Start, $"Delected Language: {language}\r\nTranslation (en): {translatedText}");
59+
commentDoc.InsertText(commentDoc.Range.Start, $"Detected Language: {language}\r\nTranslation (en): {translatedText}");
6060
comment.EndUpdate(commentDoc);
6161
}
6262
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /