diff --git a/frappe/public/js/frappe/views/reports/query_report.js b/frappe/public/js/frappe/views/reports/query_report.js
index 3bd8a9b83c..eeb5a13caa 100644
--- a/frappe/public/js/frappe/views/reports/query_report.js
+++ b/frappe/public/js/frappe/views/reports/query_report.js
@@ -71,7 +71,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
this.refresh();
} else {
let alert_message = `Report ${this.report_name} generated.
- View`;
+ View`;
frappe.show_alert({message: alert_message, indicator: 'orange'});
}
}
@@ -377,7 +377,7 @@ frappe.views.QueryReport = class QueryReport extends frappe.views.BaseList {
// Rememeber the name of Prepared Report doc
this.prepared_report_doc_name = data.name;
let alert_message = `Report initiated. You can track its status
- here`;
+ here`;
frappe.show_alert({message: alert_message, indicator: 'orange'});
this.toggle_nothing_to_show(true);
});