add translations

This commit is contained in:
Phillip 2023-02-24 13:14:02 +00:00
parent abe7be473d
commit f08fb36fdc
2 changed files with 5 additions and 3 deletions

View File

@ -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",

View File

@ -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>