diff options
author | Côme Chilliet <91878298+come-nc@users.noreply.github.com> | 2022-11-22 16:47:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-22 16:47:42 +0100 |
commit | 911967867fe4fb29641afd85cee3f43c41b36adb (patch) | |
tree | e9a42c9ba61f8573f06bc92e6e52fcb87d9fc7d6 /apps/user_ldap/js | |
parent | c323022d06a2fb76745e626452ea035121f35ca9 (diff) | |
parent | 603feb98f24c92992da025255b0e125ad9d169ba (diff) | |
download | nextcloud-server-911967867fe4fb29641afd85cee3f43c41b36adb.tar.gz nextcloud-server-911967867fe4fb29641afd85cee3f43c41b36adb.zip |
Merge branch 'master' into ldapi-unix-socket-support
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r-- | apps/user_ldap/js/wizard/view.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/js/wizard/view.js b/apps/user_ldap/js/wizard/view.js index 30a00d614cc..8a530c17e4f 100644 --- a/apps/user_ldap/js/wizard/view.js +++ b/apps/user_ldap/js/wizard/view.js @@ -40,7 +40,7 @@ OCA = OCA || {}; }, /** - * applies click events to the forward and backword buttons + * applies click events to the forward and backward buttons */ initControls: function() { var view = this; |