Update currency display to use t('home.money')
Changed from t('common.currency.krw') to t('home.money') in payout list page
for consistent currency display across the application.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -269,7 +269,7 @@ export const PayoutListPage = () => {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<span className="label">{t('additionalService.payout.depositBalance')}</span>
|
<span className="label">{t('additionalService.payout.depositBalance')}</span>
|
||||||
<span className="amount22">
|
<span className="amount22">
|
||||||
50,000,000<span className="unit">{t('common.currency.krw')}</span>
|
50,000,000<span className="unit">{t('home.money')}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user