Skip to content

Commit

Permalink
fix(ui): 🐛 change request to receive
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Feb 10, 2024
1 parent 196b4a7 commit a10e6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rigs/edit-contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export let editContactRig = (async function (globals) {
class="rounded"
type="submit"
name="intent"
value="request"
value="receive"
title="${state.requestAlt}"
>
<svg width="24" height="24" viewBox="0 0 24 24">
Expand Down Expand Up @@ -423,7 +423,7 @@ export let editContactRig = (async function (globals) {
storedContact,
)

if (['send','request'].includes(String(fde?.intent))) {
if (['send','receive'].includes(String(fde?.intent))) {
editContact.close()

await appDialogs.sendOrReceive.render({
Expand Down

0 comments on commit a10e6f9

Please sign in to comment.