Revision b15a0cc4 ui/static/snf/js/ui/web/ui_error_view.js

b/ui/static/snf/js/ui/web/ui_error_view.js
132 132
        update_details: function() {
133 133
            var title = "Application error";
134 134
            if (this.ns && this.type) {
135
                title = this.type + ": " + this.message;
135
                title = this.title || this.type + " Error";
136 136
            }
137 137
            this.$(".header .title").text(title);
138 138
            this.$(".error-code").text(this.code || "");

Also available in: Unified diff