Correct spelling of localised string reference

This commit is contained in:
David Kaspar
2023-12-06 12:04:50 +01:00
parent 2a943493b3
commit ceeabffcb7
3 changed files with 3 additions and 3 deletions
@@ -211,7 +211,7 @@ fun CashuPreview(token: CashuToken, accountViewModel: AccountViewModel) {
) {
CashuIcon(Size20Modifier)
Spacer(DoubleHorzSpacer)
Text(stringResource(id = R.string.cashu_redeem_to_cachu), color = Color.White, fontSize = 16.sp)
Text(stringResource(id = R.string.cashu_redeem_to_cashu), color = Color.White, fontSize = 16.sp)
}
Spacer(modifier = StdHorzSpacer)
Button(