mirror of
https://github.com/mihonapp/mihon.git
synced 2025-01-10 03:32:04 +00:00
Fix cover sharing error string (#6911)
This commit is contained in:
parent
eb33d3c991
commit
0894b1394f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue