From 912aea8174e53696c502dd1098d27be5173defd1 Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sun, 12 Oct 2025 02:31:58 -0700 Subject: [PATCH] rename latest channel string to "stable" --- src/i18n/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 2de5826c..cdb14c1f 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -530,7 +530,7 @@ "customFontPath": "custom font path", "customFontPath_description": "sets the path to the custom font to use for the application", "disableAutomaticUpdates": "disable automatic updates", - "releaseChannel_optionLatest": "latest", + "releaseChannel_optionLatest": "stable", "releaseChannel_optionBeta": "beta", "releaseChannel": "release channel", "releaseChannel_description": "choose between stable releases or beta releases for automatic updates",