mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2024-11-29 03:32:44 +01:00
Fix wording
This commit is contained in:
parent
0ec9612791
commit
288fed7be7
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@
|
||||||
{type === 'character' ? characters[feat].name : weaponList[feat].name}
|
{type === 'character' ? characters[feat].name : weaponList[feat].name}
|
||||||
<span class="text-gray-400">{$t('wish.tally.summoned')}</span>
|
<span class="text-gray-400">{$t('wish.tally.summoned')}</span>
|
||||||
</p>
|
</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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
Loading…
Reference in a new issue