Skip to content

Commit 867063d

Browse files
committed
Fix label in ExperiencePointsDialog
1 parent c781d17 commit 867063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/cz/muni/fi/rpg/ui/character/dialogs/ExperiencePointsDialog.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fun ExperiencePointsDialog(
8989
@Composable
9090
private fun PointInput(value: InputValue, @StringRes labelRes: Int, validate: Boolean) {
9191
TextInput(
92-
label = stringResource(R.string.label_xp_current),
92+
label = stringResource(labelRes),
9393
value = value,
9494
validate = validate,
9595
keyboardType = KeyboardType.Number,

0 commit comments

Comments
 (0)