diff --git a/src/locales/en.json b/src/locales/en.json index 15d4285c..3f569583 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -430,7 +430,8 @@ "pityAverage": "Pity AVG", "character": "Character", "weapon": "Weapon", - "winRateOff": "Win 50:50" + "winRateOff": "Win 50:50", + "winRateOffWeapon": "Win 75:25" }, "note": [ "Wish history is not updated automatically, please import again to update your history!", diff --git a/src/routes/wish/_summaryItem.svelte b/src/routes/wish/_summaryItem.svelte index ccf20940..e7ebf9ef 100644 --- a/src/routes/wish/_summaryItem.svelte +++ b/src/routes/wish/_summaryItem.svelte @@ -51,7 +51,7 @@ {#if avg.legendary.rateOff !== undefined} - └ {$t('wish.summary.winRateOff')} + └ {$t(type.id === 'weapon-event' ? 'wish.summary.winRateOffWeapon' : 'wish.summary.winRateOff')} {numberFormat.format(avg.legendary.rateOff.total)}