Fix wording

pull/1/head
Made Baruna 2021-03-30 23:59:36 +08:00
parent 0ec9612791
commit 288fed7be7
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@
{type === 'character' ? characters[feat].name : weaponList[feat].name}
<span class="text-gray-400">{$t('wish.tally.summoned')}</span>
</p>
<p class="text-gray-400">{numberFormat.format(featuredValues[i].percentage)}% from all 5*</p>
<p class="text-gray-400">{numberFormat.format(featuredValues[i].percentage)}% {$t('wish.tally.fromFiveStar')}</p>
</td>
</tr>
{/each}