mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Fix typo in sync throttle message
This commit is contained in:
@ -350,7 +350,7 @@ sealed class FavoritesSyncStatus(val message: String) {
|
||||
class Idle : FavoritesSyncStatus("Waiting for sync to start")
|
||||
class Initializing : FavoritesSyncStatus("Initializing sync")
|
||||
class Processing(message: String, isThrottle: Boolean = false) : FavoritesSyncStatus(if(isThrottle)
|
||||
(message + "\n\nSync is currently throttling (to avoid being banned from ExHentai) and may take a long to complete.")
|
||||
(message + "\n\nSync is currently throttling (to avoid being banned from ExHentai) and may take a long time to complete.")
|
||||
else
|
||||
message)
|
||||
}
|
||||
|
Reference in New Issue
Block a user