fix i18n string order

This commit is contained in:
advplyr
2026-01-29 17:33:58 -06:00
parent 7c5e8cb046
commit 1043fb3f3e
+2 -2
View File
@@ -360,6 +360,6 @@
"ToastRSSFeedCloseFailed": "Failed to close RSS feed",
"ToastRSSFeedCloseSuccess": "RSS feed closed",
"ToastStreamingNotAllowedOnCellular": "Streaming is not allowed on cellular data",
"UnitSecondsShort": "{0}s",
"UnitMinutesShort": "{0}m"
"UnitMinutesShort": "{0}m",
"UnitSecondsShort": "{0}s"
}