Reword set category dialog confirmation to "OK"

Closes #8878
This commit is contained in:
arkon 2023-01-11 19:31:40 -05:00
parent 34bb90f3c2
commit 741c10e0b9

View File

@ -80,7 +80,7 @@ fun ChangeCategoryDialog(
)
},
) {
Text(text = stringResource(R.string.action_add))
Text(text = stringResource(android.R.string.ok))
}
}
},