Fix cover sharing error string (#6911)

This commit is contained in:
jmir1 2022-04-12 15:10:32 +02:00 committed by GitHub
parent eb33d3c991
commit 0894b1394f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -795,7 +795,7 @@ class MangaController :
}
} catch (e: Throwable) {
logcat(LogPriority.ERROR, e)
activity?.toast(R.string.error_saving_cover)
activity?.toast(R.string.error_sharing_cover)
}
}