Skip to content

Commit

Permalink
fix: address typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin9257 committed Nov 6, 2024
1 parent 34946db commit 4b32bcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions static/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"WEAPONS": "WEAPONS",
"Weapons": "Weapons",
"Weight": "Wt",
"PSIONIC_ABILITIES": "PSOINIC ABILITIES"
"PSIONIC_ABILITIES": "PSIONIC ABILITIES"
},
"Notes": {
"NOTES": "CHARACTER NOTES",
Expand Down Expand Up @@ -744,7 +744,8 @@
"PsiCost": "Psionic Points Cost",
"UsePoints": "Use Psionic Points",
"Used": "Used",
"Pts": "Pts."
"Pts": "Pts.",
"Level": "Level"
}

},
Expand Down Expand Up @@ -1298,7 +1299,7 @@
"name": "Unarmed Damage Formula"
},
"showTimeframe": {
"hint": "Add timeframe options to skill / characteristic rolls/",
"hint": "Add timeframe options to skill / characteristic rolls.",
"name": "Show Timeframe in Roll Dialog"
},
"showStatusIcons": {
Expand Down Expand Up @@ -1608,7 +1609,8 @@
"component": "component",
"computer": "computer",
"unknown": "unknown",
"ship_position": "position"
"ship_position": "position",
"psiAbility": "psionic ability"
},
"speeds": {
"walk": "walk",
Expand Down
2 changes: 1 addition & 1 deletion static/templates/items/psiAbility-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>

<div class="item-skillModifier">
<label for="system.skillModifier" class="resource-label">{{localize "TWODSIX.Items.Equipment.SkillModifier"}}</label>
<label for="system.skillModifier" class="resource-label">{{localize "TWODSIX.Items.Psionics.Level"}}</label>
<input class="form-input" type="text" name="system.skillModifier" value="{{system.skillModifier}}"
data-dtype="Number"/>
</div>
Expand Down

0 comments on commit 4b32bcb

Please sign in to comment.