mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-07-29 07:58:43 +02:00
fix i18n string order
This commit is contained in:
+2
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user