Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
stayakira authored Oct 15, 2023
1 parent e2803d6 commit 50436b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/raidboss/data/06-ew/trial/zeromus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const triggerSet: TriggerSet<Data> = {
lineStackOn: {
en: '5x line stack on ${player}',
de: '5x in einer Linie Sammeln auf ${player}',
ja: '${player}に5回の直線頭割り'
ja: '${player}に5回の直線頭割り',
cn: '${player} 直线分摊 (5次)',
},
},
Expand Down Expand Up @@ -203,7 +203,7 @@ const triggerSet: TriggerSet<Data> = {
text: {
en: 'Spread + Stay Out',
de: 'Verteilen + Draußen stehen',
ja: '散開 + 範囲から離れる'
ja: '散開 + 範囲から離れる',
cn: '分散 + 远离',
},
},
Expand Down

0 comments on commit 50436b7

Please sign in to comment.