Fix default category name (#7477)
(cherry picked from commit 9357af2bcfe95f588497dc3394ac67ead1e189cb)
This commit is contained in:
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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user