Localize tracker not logged in error in log
This commit is contained in:
parent
3827993a94
commit
e0f639c801
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ class BackupRestoreService : Service() {
|
|||
errors.add("${manga.title} - ${e.message}")
|
||||
}
|
||||
} 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)
|
||||
trackingErrors.add(notLoggedIn)
|
||||
}
|
||||
|
|
Reference in a new issue