Skip to content

Commit

Permalink
Merge pull request #415 from sp0ken/main
Browse files Browse the repository at this point in the history
fix: 🐛 xp gain message formating
  • Loading branch information
aMediocreDad authored May 12, 2024
2 parents 169cfe5 + beee494 commit 13a3f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/macros/experience-dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export function experienceDialog() {
{
user: game.user.id,
speaker: ChatMessage.getSpeaker(),
content: game.i18n.localize("EXPERIENCE.CHAT.MESSAGE", {
content: game.i18n.format("EXPERIENCE.CHAT.MESSAGE", {
name: playerCharacter.name,
xpGains: xpGains,
newXp: newXp,
Expand Down

0 comments on commit 13a3f6d

Please sign in to comment.