Fix cover sharing error string (#6911)
(cherry picked from commit 0894b1394fd83fa93d1534bede43f85dfb1afeff)
This commit is contained in:
parent
f473415968
commit
a55964ee3d
1 changed files with 1 additions and 1 deletions
|
|
@ -1003,7 +1003,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