diff --git a/MediaBrowser.Model/Lyrics/LyricMetadata.cs b/MediaBrowser.Model/Lyrics/LyricMetadata.cs
index c174d2f373..4ab9a84c06 100644
--- a/MediaBrowser.Model/Lyrics/LyricMetadata.cs
+++ b/MediaBrowser.Model/Lyrics/LyricMetadata.cs
@@ -52,7 +52,7 @@ public class LyricMetadata
public long? Duration { get; set; }
///
- /// Gets or sets who the LRC file was created by.
+ /// Gets or sets who the lyrics file was created by.
///
public string? By { get; set; }
@@ -62,7 +62,7 @@ public class LyricMetadata
public long? Offset { get; set; }
///
- /// Gets or sets the software used to create the LRC file.
+ /// Gets or sets the software used to create the lyrics file.
///
public string? Creator { get; set; }