diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index c16be4f758f72795da8d710edbc68daa84bdb2be..5f1a2753995fa7279d5297c1fd3468f80de89aa9 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.8.0 (Dec 2015)
+0.8.1 (Dec 2015)
    - Compliant with the navigator firefox and chrome
    - Relase non backward compatible. Signatures of methods have changed:
      App.buildDBURI, App.save, App.saveAs. In addition the download of pdf and
diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js
index 66ad7adda639596ebed73d3c5dc03230c859dd87..5c132403fa9d2ae740fc6f246650457bc0aec2f9 100644
--- a/static/plugin_dbui/src/App.js
+++ b/static/plugin_dbui/src/App.js
@@ -15,7 +15,7 @@ Ext.define('App', {
      * The version of the plugin
      * @property {String}
      */
-    version: '0.8.0',
+    version: '0.8.1',
 
     /**
      * The name of the application
diff --git a/static/plugin_dbui/src/panel/WithUrlSelector.js b/static/plugin_dbui/src/panel/WithUrlSelector.js
index cbb3c0a0c8f1c9948b248b9fbf563b6d7783ed48..8dceecddd48cfbc82fde29ec83f4bf891a10bad9 100644
--- a/static/plugin_dbui/src/panel/WithUrlSelector.js
+++ b/static/plugin_dbui/src/panel/WithUrlSelector.js
@@ -228,8 +228,8 @@ Ext.define('App.panel.WithUrlSelector', {
             msg = explain;
         }
 
-        Ext.Msg.alert(me.textError, msg);
         me.mask.hide();
+        Ext.Msg.alert(me.textWarning, msg);
     },
 
     /**