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:
Jay Sheen
2025-10-31 13:08:12 +09:00
parent c2e8da956a
commit e7731caaa3

View File

@@ -269,7 +269,7 @@ export const PayoutListPage = () => {
<div className="row">
<span className="label">{t('additionalService.payout.depositBalance')}</span>
<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>
</div>
</div>