Fix default category name (#7477)

This commit is contained in:
jobobby04 2022-07-07 11:56:58 -04:00 committed by GitHub
parent 038532897b
commit 9357af2bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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