1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00

Remove unused .Net 5 Dalamud channel, translate those strings

This commit is contained in:
Joshua Goins 2023-12-23 11:22:34 -05:00
parent d644e2dbc4
commit 63ce43eac2

View file

@ -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