Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): use desc instead of placeholder in invoice input
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Aug 7, 2019
1 parent b7c1f71 commit eb8aeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/components/UI/LightningInvoiceInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class LightningInvoiceInput extends React.Component {

return (
<InformedTextArea
placeholder={intl.formatMessage(
description={intl.formatMessage(
{
...messages.payreq_placeholder,
},
Expand Down

0 comments on commit eb8aeba

Please sign in to comment.