mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Fix for issue #2741
This commit is contained in:
parent
6e8212e20f
commit
bd85dbc990
1 changed files with 1 additions and 1 deletions
|
@ -611,7 +611,7 @@ message.state.SENT=Message sent
|
|||
# suppress inspection "UnusedProperty"
|
||||
message.state.ARRIVED=Message arrived at peer
|
||||
# suppress inspection "UnusedProperty"
|
||||
message.state.STORED_IN_MAILBOX=Message stored in mailbox
|
||||
message.state.STORED_IN_MAILBOX=Message of payment sent but not yet received by peer
|
||||
# suppress inspection "UnusedProperty"
|
||||
message.state.ACKNOWLEDGED=Peer confirmed message receipt
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
|
Loading…
Add table
Reference in a new issue