Skip to content

Commit

Permalink
fix(bounty gift): Confirmation message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickelza committed Nov 2, 2023
1 parent d8cbbc4 commit a6f6637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/phrases.py
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@
BOUNTY_GIFT_REQUEST = 'Are you sure you want to gift ฿*{}* to {}?' \
'\n\nTax: ฿{} \\({}%\\)' \
'\nTotal: ฿*{}*'
BOUNTY_GIFT_CONFIRMED = '_You have gifted ฿*{}* to {}' \
BOUNTY_GIFT_CONFIRMED = 'You have gifted ฿*{}* to {}' \
'\n\nTax: ฿{} \\({}%\\)' \
'\nTotal: ฿*{}*'
BOUNTY_GIFT_CANCELLED = 'Gift cancelled'
Expand Down

0 comments on commit a6f6637

Please sign in to comment.