diff --git a/src/locales/en.json b/src/locales/en.json
index a022fb702e0229cb9255ea528eac3cf766468f36..0d7c07ca114b94452c029c31aad58b53e5016e6d 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -371,5 +371,8 @@
     "wantToUpdate": "Do you want to update?",
     "yes": "Yes",
     "no": "No"
+  },
+  "chat": {
+    "notifyall": "Notify all circle users"
   }
 }
diff --git a/src/locales/es.json b/src/locales/es.json
index 0fdf9c256794270dd919f3c1c3358f066bb3b60a..a3e260fb4518ce1e5008dd869673f1a779929dff 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -371,5 +371,8 @@
     "wantToUpdate": "¿Quieres actualizar?",
     "yes": "Sí",
     "no": "No"
+  },
+  "chat": {
+    "notifyall": "Notificar a todos los usuarios del círculo"
   }
 }
diff --git a/src/locales/fr.json b/src/locales/fr.json
index 68011587a59f06057a2ba2b732619fbbefc73169..eeb820554c8db9e79bf63073fd563cd5e491fb57 100644
--- a/src/locales/fr.json
+++ b/src/locales/fr.json
@@ -369,5 +369,8 @@
     "wantToUpdate": "Voulez-vous mettre à jour ?",
     "yes": "Oui",
     "no": "Non"
+  },
+  "chat": {
+    "notifyall": "Notifier tous les utilisateurs du cercle"
   }
 }