mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-13 00:05:08 +01:00
Localize tracker not logged in error in log
This commit is contained in:
parent
3827993a94
commit
e0f639c801
@ -324,7 +324,7 @@ class BackupRestoreService : Service() {
|
|||||||
errors.add("${manga.title} - ${e.message}")
|
errors.add("${manga.title} - ${e.message}")
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
errors.add("${manga.title} - ${service?.name} not logged in")
|
errors.add("${manga.title} - ${getString(R.string.not_logged_into_, service?.name)}")
|
||||||
val notLoggedIn = getString(R.string.not_logged_into_, service?.name)
|
val notLoggedIn = getString(R.string.not_logged_into_, service?.name)
|
||||||
trackingErrors.add(notLoggedIn)
|
trackingErrors.add(notLoggedIn)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user