From 63ce43eac2ed8be8f24549586bfac38d5980014c Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 23 Dec 2023 11:22:34 -0500 Subject: [PATCH] Remove unused .Net 5 Dalamud channel, translate those strings --- launcher/ui/Settings/ProfileSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/ui/Settings/ProfileSettings.qml b/launcher/ui/Settings/ProfileSettings.qml index ca48644..bbb6527 100644 --- a/launcher/ui/Settings/ProfileSettings.qml +++ b/launcher/ui/Settings/ProfileSettings.qml @@ -225,7 +225,7 @@ FormCard.FormCardPage { id: dalamudChannelDelegate text: i18n("Update Channel") - model: ["Stable", "Staging", ".NET 5"] + model: [i18n("Stable"), i18n("Staging")] currentIndex: page.profile.dalamudChannel onCurrentIndexChanged: page.profile.dalamudChannel = currentIndex enabled: page.profile.dalamudEnabled