From aa7c158720c6bd901af1c3cb7ff10262a2273ee9 Mon Sep 17 00:00:00 2001 From: NexusXe Date: Thu, 5 Jun 2025 09:34:39 -0500 Subject: [PATCH] Fix typo in remux.json Should be a semicolon, not a comma --- web/i18n/en/remux.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/i18n/en/remux.json b/web/i18n/en/remux.json index d8b031c3..cec0d221 100644 --- a/web/i18n/en/remux.json +++ b/web/i18n/en/remux.json @@ -2,7 +2,7 @@ "bullet.purpose.title": "what does remux do?", "bullet.purpose.description": "remux fixes any issues with the file container, such as missing time info. it helps increase compatibility with old software, such as vegas pro and windows media player.", "bullet.explainer.title": "how does it work?", - "bullet.explainer.description": "remuxing takes existing codec data and copies it over to a new media container. it's lossless, media data doesn't get re-encoded.", + "bullet.explainer.description": "remuxing takes existing codec data and copies it over to a new media container. it's lossless; media data doesn't get re-encoded.", "bullet.privacy.title": "on-device processing", "bullet.privacy.description": "cobalt remuxes files locally. files never leave your device, so processing is nearly instant." }