Replace the Move - Run label with just Move

This commit is contained in:
Oliver-Akins 2025-03-05 23:06:28 -07:00
parent 17cd5532f4
commit b6f3539a95
2 changed files with 1 additions and 2 deletions

View file

@ -150,7 +150,6 @@
} }
}, },
"Apps": { "Apps": {
"move-run": "@RipCrypt.common.move • @RipCrypt.common.run",
"traits-range": "@RipCrypt.common.traits • @RipCrypt.common.range", "traits-range": "@RipCrypt.common.traits • @RipCrypt.common.range",
"grit-skills": "@RipCrypt.common.abilities.grit Skills", "grit-skills": "@RipCrypt.common.abilities.grit Skills",
"gait-skills": "@RipCrypt.common.abilities.gait Skills", "gait-skills": "@RipCrypt.common.abilities.gait Skills",

View file

@ -351,7 +351,7 @@
<span class="max">{{speed.run}}</span> <span class="max">{{speed.run}}</span>
</div> </div>
<div aria-hidden="true" class="col-header label"> <div aria-hidden="true" class="col-header label">
{{rc-i18n "RipCrypt.Apps.move-run"}} {{ rc-i18n "RipCrypt.common.move" }}
</div> </div>
</div> </div>
</div> </div>