diff --git a/core/language/us.json b/core/language/us.json
index c59951b0..76458f9f 100644
--- a/core/language/us.json
+++ b/core/language/us.json
@@ -521,7 +521,8 @@
"nchange44": "To the new name",
"nchange45": "On pressing confirm, the name update request will be sent!",
"nchange46": "Name Sale History",
- "nchange47": "Name Update Successful!"
+ "nchange47": "Name Update Successful!",
+ "nchange48": "Warning! If you update your name, you will forfeit the resources associated with the original name. In other words, you will lose ownership of the content under the original name in the QDN. Proceed with caution!"
},
"websitespage": {
"schange1": "Browse Websites",
diff --git a/plugins/plugins/core/name-registration/name-registration.src.js b/plugins/plugins/core/name-registration/name-registration.src.js
index fd7d80b4..ecd51d15 100644
--- a/plugins/plugins/core/name-registration/name-registration.src.js
+++ b/plugins/plugins/core/name-registration/name-registration.src.js
@@ -21,6 +21,7 @@ import '@vaadin/icon'
import '@vaadin/icons'
import '@vaadin/grid'
import '@vaadin/text-field'
+import { warningModal } from '../../utils/warning-modal.js'
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })
@@ -753,7 +754,16 @@ class NameRegistration extends LitElement {
return html`