refactor(l10n): 골드를 코인으로 명칭 변경
- gold → coin으로 용어 통일 - 사망 오버레이 레이블 수정
This commit is contained in:
@@ -245,7 +245,7 @@ class DeathOverlay extends StatelessWidget {
|
||||
_buildInfoRow(
|
||||
context,
|
||||
icon: Icons.monetization_on_outlined,
|
||||
label: l10n.deathGoldRemaining,
|
||||
label: l10n.deathCoinRemaining,
|
||||
value: _formatGold(deathInfo.goldAtDeath),
|
||||
isNegative: false,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user