Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
blankey1337 fix for reward recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
rico666 committed Jan 1, 2019
1 parent d04d93b commit f9e79fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/ui/js/brs.recipient.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ var BRS = (function(BRS, $, undefined) {
} else {
callback({
"type": "warning",
"message": $.t("recipient_no_public_key_pka", {
"message": $.t("recipient_no_public_key", {
"burst": BRS.formatAmount(response.unconfirmedBalanceNQT, false, true)
}),
"account": response,
Expand Down

0 comments on commit f9e79fe

Please sign in to comment.