瀏覽代碼

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

Romain Rigaux 8 年之前
父節點
當前提交
6eb4399
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/useradmin/src/useradmin/templates/list_users.mako

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

@@ -237,7 +237,7 @@ ${layout.menubar(section='users')}
               }
               }
               else if (data && data.url) {
               else if (data && data.url) {
                 huePubSub.publish('open.link', 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");
                 $usersComponents.find(".sync-ldap").modal("hide");
               }
               }
             }
             }