Alphabetize RipCrypt.common lang object

This commit is contained in:
Oliver-Akins 2025-01-26 16:18:21 -07:00
parent 8fe6c148fc
commit 8cfb6e5238
3 changed files with 47 additions and 44 deletions

View file

@ -114,7 +114,7 @@ export class HeroSummaryCardV1 extends GenericAppMixin(HandlebarsApplicationMixi
ctx.fate.options = [
{ label: `RipCrypt.common.empty`, v: `` },
...gameTerms.FatePath
.map(v => ({ label: `RipCrypt.common.fate.${v}`, value: v })),
.map(v => ({ label: `RipCrypt.common.path.${v}`, value: v })),
];
return ctx;
};