mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-23 05:35:51 +03: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