diff --git a/static/locales/en/translation.json b/static/locales/en/translation.json
index e019fdce..1ae2008b 100644
--- a/static/locales/en/translation.json
+++ b/static/locales/en/translation.json
@@ -553,7 +553,7 @@
     "group": {
         "view_manage": "View and manage groups",
         "err_delete_referenced": "Cannot delete a group with associated users, remove associations first",
-        "help": "The %username% placeholder will be replaced with the username of the associated users"
+        "help": "The %username% placeholder will be replaced with the username of the associated users, %role% with their role"
     },
     "virtual_folders": {
         "view_manage": "View and manage virtual folders",
diff --git a/static/locales/it/translation.json b/static/locales/it/translation.json
index 216fc1ad..c6dc0bc6 100644
--- a/static/locales/it/translation.json
+++ b/static/locales/it/translation.json
@@ -553,7 +553,7 @@
     "group": {
         "view_manage": "Visualizza e gestisci gruppi",
         "err_delete_referenced": "Impossibile eliminare un gruppo con utenti associati, rimuovere prima le associazioni",
-        "help": "Il segnaposto %username% verrĂ  sostituito con il nome utente degli utenti associati"
+        "help": "Il segnaposto %username% verrĂ  sostituito con il nome utente degli utenti associati, %role% con il loro ruolo"
     },
     "virtual_folders": {
         "view_manage": "Visualizza e gestisci cartelle virtuali",