Skip to content

Commit

Permalink
Fix wrong translation in RadioButtonPreferenceDialog #185
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinokuni committed Aug 29, 2024
1 parent ee931ab commit e0fcf26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ fun <T> RadioButtonPreferenceDialog(
onClick = onDismiss,
modifier = Modifier.align(Alignment.End)
) {
Text(text = stringResource(id = R.string.cancel))
Text(text = stringResource(id = R.string.back))
}
}
}
Expand Down

0 comments on commit e0fcf26

Please sign in to comment.