From 10a8dead0caae9b99f8a08e9b2862b9861dfc29d Mon Sep 17 00:00:00 2001 From: gnattu Date: Tue, 10 Sep 2024 10:44:26 +0800 Subject: [PATCH] Fix i18n after rebasing --- src/strings/en-us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/strings/en-us.json b/src/strings/en-us.json index 9f67fd6f25..da565dfb99 100644 --- a/src/strings/en-us.json +++ b/src/strings/en-us.json @@ -28,7 +28,7 @@ "AllowSubtitleManagement": "Allow this user to edit subtitles", "AllowFfmpegThrottling": "Throttle Transcodes", "AllowFfmpegThrottlingHelp": "When a transcode or remux gets far enough ahead from the current playback position, pause the process so it will consume fewer resources. This is most useful when watching without seeking often. Turn this off if you experience playback issues.", - "AllowFmp4TranscodingContainerHelp": "Allow fmp4 transcoding container for this tuner to enable HEVC and HDR contents. Not all tuners are compatible with this container. Disable this if you experience playback issues.", + "AllowFmp4TranscodingContainerHelp": "Allow fMP4 transcoding container for this tuner to enable HEVC and HDR contents. Not all tuners are compatible with this container. Disable this if you experience playback issues.", "AllowSegmentDeletion": "Delete segments", "AllowSegmentDeletionHelp": "Delete old segments after they have been downloaded by the client. This prevents having to store the entire transcoded file on disk. Turn this off if you experience playback issues.", "AllowStreamSharingHelp": "Allow Jellyfin to duplicate the mpegts stream from tuner and share this duplicated stream to its clients. This is useful when the tuner has total stream count limit but may also cause playback issues.", @@ -570,7 +570,7 @@ "LabelAllowContentWithTags": "Allow items with tags", "LabelAllowedRemoteAddresses": "Remote IP address filter", "LabelAllowedRemoteAddressesMode": "Remote IP address filter mode", - "LabelAllowFmp4TranscodingContainer": "Allow fmp4 transcoding container", + "LabelAllowFmp4TranscodingContainer": "Allow fMP4 transcoding container", "LabelAllowHWTranscoding": "Allow hardware transcoding", "LabelAlwaysRemuxFlacAudioFiles": "Always remux FLAC audio files", "LabelAlwaysRemuxMp3AudioFiles": "Always remux MP3 audio files",