Skip to content

Commit f9a85b7

Browse files
committed
Fix shown value of 'trapping type' for ranged weapons
1 parent 903679d commit f9a85b7

File tree

1 file changed

+1
-1
lines changed
  • common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/trappings/detail

1 file changed

+1
-1
lines changed

common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character/trappings/detail/RangedWeaponDetail.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ fun RangedWeaponDetail(
3434

3535
SingleLineTextValue(
3636
strings.trappings.labelType,
37-
strings.trappings.types.meleeWeapon,
37+
strings.trappings.types.rangedWeapon,
3838
)
3939

4040
EncumbranceBox(trapping)

0 commit comments

Comments
 (0)