diff --git a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js
index c7ebee87d63663188b74d914aee38b4a2b817576..be114173df36024cd5cb85f91e52cd7483e7a6e1 100644
--- a/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js
+++ b/plasmid/source/core-plugins/newbrowser/1/as/webapps/newbrowser/html/js/config/CiaudoLabProfile.js
@@ -1,9 +1,9 @@
 
-function StoffelLabProfile(serverFacade) {
+function CaiudoLabProfile(serverFacade) {
 	this.init(serverFacade);
 }
 
-$.extend(StoffelLabProfile.prototype, DefaultProfile.prototype, {
+$.extend(CiaudolLabProfile.prototype, DefaultProfile.prototype, {
 	init: function(serverFacade){
 		DefaultProfile.prototype.init.call(this, serverFacade);