Skip to content

Commit

Permalink
Fix Party's Hexploration Speed missing localization (#14149)
Browse files Browse the repository at this point in the history
Update exploration.hbs
  • Loading branch information
mclemente committed Mar 12, 2024
1 parent 08ed14c commit 01bcdf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/actors/party/regions/exploration.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="summary-data">
<div>
<label>{{localize "PF2E.TravelSpeed.Label"}}</label>
<span class="value">{{explorationSummary.speed}} {{localize "PF2E.Feet"}}</span>
<span class="value">{{explorationSummary.speed}} {{localize "PF2E.Foot.Plural"}}</span>
</div>
<div>
<label>{{localize "PF2E.TravelSpeed.HexplorationActivities"}}</label>
Expand Down

0 comments on commit 01bcdf7

Please sign in to comment.