fix api.settings.update warning message (#2182)

This commit is contained in:
Xavi 2020-08-10 06:06:24 +00:00 committed by GitHub
parent 696c8e3522
commit bd21f27f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -667,7 +667,7 @@ export const api = _converse.api = {
},
update (settings) {
log.warn("The api.settings.extend method has been deprecated and will be removed. "+
log.warn("The api.settings.update method has been deprecated and will be removed. "+
"Please use api.settings.extend instead.");
return this.extend(settings);
},