Fix default category name (#7477)

(cherry picked from commit 9357af2bcf)
This commit is contained in:
jobobby04
2022-07-07 11:56:58 -04:00
committed by Jobobby04
parent 4f136ca63b
commit 66f2ce5854
@@ -32,7 +32,7 @@ data class Category(
val default = { context: Context ->
Category(
id = 0,
name = context.getString(R.string.default_category),
name = context.getString(R.string.label_default),
order = 0,
flags = 0,
mangaOrder = emptyList(),