add translations
This commit is contained in:
parent
abe7be473d
commit
f08fb36fdc
@ -500,7 +500,9 @@
|
||||
"bchange20": "Do you give this application permission to get your wallet balance?",
|
||||
"bchange21": "Fetch Wallet Failed. Please try again!",
|
||||
"bchange22": "Do you give this application permission to send a chat message?",
|
||||
"bchange23": "Message Sent!"
|
||||
"bchange23": "Message Sent!",
|
||||
"bchange24": "Reject",
|
||||
"bchange25": "Accept"
|
||||
},
|
||||
"datapage": {
|
||||
"dchange1": "Data Management",
|
||||
|
@ -1487,8 +1487,8 @@ async function showModalAndWait(type, data) {
|
||||
${type === actions.SEND_CHAT_MESSAGE ? `<p class="modal-paragraph">${get("browserpage.bchange22")}</p>` : ''}
|
||||
</div>
|
||||
<div class="modal-buttons">
|
||||
<button id="cancel-button">Reject</button>
|
||||
<button id="ok-button">Accept</button>
|
||||
<button id="cancel-button">${get("browserpage.bchange24")}</button>
|
||||
<button id="ok-button">${get("browserpage.bchange25")}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user