Fix cover sharing error string (#6911)
(cherry picked from commit 0894b1394f)
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user