4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 09:45:52 +00:00

Merge pull request #309 from QuickMythril/testing-20240529

Add message content to modal
This commit is contained in:
AlphaX-Projects 2024-06-04 20:43:38 +02:00 committed by GitHub
commit 422b5fc8fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3822,6 +3822,7 @@ async function showModalAndWait(type, data) {
${type === actions.SEND_CHAT_MESSAGE ? `
<p class="modal-paragraph">${get("browserpage.bchange22")}</p>
<p class="modal-paragraph">${get("chatpage.cchange4")}: <span> ${data.message}</span></p>
` : ''}
</div>
<div class="modal-buttons">