@@ -15,7 +21,7 @@
-
{{_gettext('Close now')}}
+
diff --git a/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.js b/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.js
--- a/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.js
+++ b/rhodecode/public/js/src/components/rhodecode-toast/rhodecode-toast.js
@@ -20,6 +20,8 @@ Polymer({
},
dismissNotifications: function(){
this.$['p-toast'].close();
+ },
+ handleClosed: function(){
this.splice('toasts', 0);
},
open: function(){