Skip to content

Commit

Permalink
Change wording in job result message
Browse files Browse the repository at this point in the history
  • Loading branch information
minetoblend committed Aug 11, 2024
1 parent 2705ba8 commit b7878e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export class JobsCommand extends Subcommand {

await tx.getRepository(Card).save(card);

outcomeMessage.push(`The mapper got demotivated and is now at \`${card.jobMotivation}/10\``);
outcomeMessage.push(`${card.username} got demotivated and is now at \`${card.jobMotivation}/10\``);
}
}

Expand Down

0 comments on commit b7878e1

Please sign in to comment.