Fix default category name (#7477)
This commit is contained in:
parent
038532897b
commit
9357af2bcf
@ -29,7 +29,7 @@ data class Category(
|
|||||||
val default = { context: Context ->
|
val default = { context: Context ->
|
||||||
Category(
|
Category(
|
||||||
id = 0,
|
id = 0,
|
||||||
name = context.getString(R.string.default_category),
|
name = context.getString(R.string.label_default),
|
||||||
order = 0,
|
order = 0,
|
||||||
flags = 0,
|
flags = 0,
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user