Skip to content

Commit 7c57d53

Browse files
committed
Remove redundant info
1 parent 0f37f09 commit 7c57d53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/UnfoldedCircle.OppoBluRay/WebSocket/OppoWebSocketHandler.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,12 +319,12 @@ private static SettingsPage CreateSettingsPage(OppoConfigurationItem? configurat
319319
Items = [
320320
new SettingTypeDropdownItem
321321
{
322-
Label = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) { ["en"] = "Chapter Length - Oppo Only" },
322+
Label = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) { ["en"] = "Chapter Length" },
323323
Value = OppoConstants.ChapterLengthValue
324324
},
325325
new SettingTypeDropdownItem
326326
{
327-
Label = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) { ["en"] = "Movie Length - Oppo Only" },
327+
Label = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase) { ["en"] = "Movie Length" },
328328
Value = OppoConstants.MovieLengthValue
329329
}
330330
]

0 commit comments

Comments
 (0)