mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix default category name (#7477)
This commit is contained in:
parent
038532897b
commit
9357af2bcf
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue