Reword set category dialog confirmation to "OK"
Closes #8878 (cherry picked from commit 741c10e0b939ec223ff0ce122a2ef9979291d325)
This commit is contained in:
parent
145adfaaa1
commit
acf51f4d34
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ fun ChangeCategoryDialog(
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
) {
|
) {
|
||||||
Text(text = stringResource(R.string.action_add))
|
Text(text = stringResource(android.R.string.ok))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue