Skip to content

Commit

Permalink
docs(ui): 💄 change receive button to Edit Amount or Contact
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Mar 16, 2024
1 parent 93a06de commit ae18dc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ async function main() {
await appDialogs.requestQr.render(
{
name: 'Share to receive funds',
submitTxt: `Select a Contact`,
submitTxt: `Edit Amount or Contact`,
submitAlt: `Change the currently selected contact`,
footer: state => html`
<footer class="inline col">
Expand Down
2 changes: 1 addition & 1 deletion src/rigs/send-or-request.js
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ export let sendOrReceiveRig = (async function (globals) {
await appDialogs.requestQr.render(
{
name: 'Share to receive funds',
submitTxt: `Select a Contact`,
submitTxt: `Edit Amount or Contact`,
submitAlt: `Change the currently selected contact`,
// footer: state => html`<footer class="center">
// <sub>Share this QR code to receive funds</sub>
Expand Down

0 comments on commit ae18dc9

Please sign in to comment.