Эх сурвалжийг харах

HUE-7829 [useradmin] Fixed error in message about LDAP users/groups being successfully synced

Romain Rigaux 8 жил өмнө
parent
commit
6eb4399

+ 1 - 1
apps/useradmin/src/useradmin/templates/list_users.mako

@@ -237,7 +237,7 @@ ${layout.menubar(section='users')}
               }
               else if (data && data.url) {
                 huePubSub.publish('open.link', data.url);
-                $.jHueNotify.info("${ _('The users and groups were update correctly.') }")
+                $.jHueNotify.info("${ _('The users and groups were updated correctly.') }")
                 $usersComponents.find(".sync-ldap").modal("hide");
               }
             }