diff --git a/assets/js/components/BattleDialog.jsx b/assets/js/components/BattleDialog.jsx index 6454b24..eba2b7c 100644 --- a/assets/js/components/BattleDialog.jsx +++ b/assets/js/components/BattleDialog.jsx @@ -35,7 +35,7 @@ const RESULT_META = { icon: 'fa-trophy', }, loss: { - label: 'Defeat', + label: 'Defeated', color: '#f67d52', bg: 'rgba(173,10,5,0.15)', border: 'rgba(173,10,5,0.4)',