mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 20:57:24 +01:00
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 ->
|
||||
Category(
|
||||
id = 0,
|
||||
name = context.getString(R.string.default_category),
|
||||
name = context.getString(R.string.label_default),
|
||||
order = 0,
|
||||
flags = 0,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user