Skip to content

Commit

Permalink
add 1 term
Browse files Browse the repository at this point in the history
  • Loading branch information
macerator-yaro committed Sep 17, 2024
1 parent 749f38a commit 4f07222
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libs/gi/localization/assets/locales/en/page_character.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
},
"tabTheorycraft": {
"distribute": "Distribute",
"distInput": "Substats",
"compareToggle": {
"equipped": "Compare vs. equipped",
"tc": "Show TC stats"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export default function TabTheorycraft() {
value={distributedSubstats}
disabled={!optimizationTarget || solving}
onChange={(v) => v !== undefined && setDistributedSubstats(v)}
endAdornment={'Substats'}
endAdornment={t`tabTheorycraft.distInput`}
sx={{
borderRadius: 1,
px: 1,
Expand Down

0 comments on commit 4f07222

Please sign in to comment.