Fix default category name (#7477)

(cherry picked from commit 9357af2bcfe95f588497dc3394ac67ead1e189cb)
This commit is contained in:
jobobby04 2022-07-07 11:56:58 -04:00 committed by Jobobby04
parent 4f136ca63b
commit 66f2ce5854

View File

@ -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(),