We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59ea14 commit c7be3b4Copy full SHA for c7be3b4
1 file changed
ui/scripts/globalSettings.js
@@ -125,7 +125,7 @@
125
label: 'Remove LDAP',
126
messages: {
127
notification: function(args) {
128
- return 'Event Deleted';
+ return 'LDAP Configuration Deleted';
129
},
130
confirm: function() {
131
return 'Are you sure you want to delete the LDAP configuration?';
@@ -134,7 +134,7 @@
134
action: function(args) {
135
136
$.ajax({
137
- url:createURL("ldapRemove" ),
+ url:createURL("ldapRemove"),
138
success:function(json){
139
140
args.response.success();
0 commit comments