Localize tracker not logged in error in log

This commit is contained in:
Jay 2020-05-22 21:45:26 -04:00
parent 3827993a94
commit e0f639c801

View File

@ -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)
}