Skip to content

Commit d253bf3

Browse files
authored
Merge pull request #68 from fmasa/ranged-type
Fix shown value of 'trapping type' for ranged weapons
2 parents 903679d + f9a85b7 commit d253bf3

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)