diff --git a/core/language/us.json b/core/language/us.json
index b61e21aa..c9ceae75 100644
--- a/core/language/us.json
+++ b/core/language/us.json
@@ -1175,7 +1175,10 @@
"notifications": {
"notify1": "Confirming transaction",
"notify2": "Transaction confirmed",
- "explanation": "Your transaction is getting confirmed. To track its progress, click on the bell icon."
+ "explanation": "Your transaction is getting confirmed. To track its progress, click on the bell icon.",
+ "status1": "Fully synced",
+ "status2": "Not synced",
+ "notify3": "No notifications"
},
"friends": {
"friend1": "Add name",
diff --git a/core/src/components/app-view.js b/core/src/components/app-view.js
index 7be45ec4..55bcec24 100644
--- a/core/src/components/app-view.js
+++ b/core/src/components/app-view.js
@@ -45,7 +45,7 @@ import './notification-view/notification-bell.js'
import './notification-view/notification-bell-general.js'
import './friends-view/friends-side-panel-parent.js'
import './friends-view/save-settings-qdn.js'
-
+import './friends-view/core-sync-status.js'
const parentEpml = new Epml({ type: 'WINDOW', source: window.parent })
class AppView extends connect(store)(LitElement) {
@@ -564,7 +564,7 @@ class AppView extends connect(store)(LitElement) {