Fix cover sharing error string (#6911)

(cherry picked from commit 0894b1394fd83fa93d1534bede43f85dfb1afeff)
This commit is contained in:
jmir1 2022-04-12 15:10:32 +02:00 committed by Jobobby04
parent f473415968
commit a55964ee3d

View File

@ -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)
}
}