fix: Codacy and indicator message
diff --git a/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js b/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js
index 8718e4e..ad390c4 100644
--- a/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js
+++ b/erpnext/buying/report/quoted_item_comparison/quoted_item_comparison.js
@@ -115,12 +115,12 @@
 		Valid till :   
 		</span>
 		<span class="indicator orange">
-		Expires in a week
+		Expires in a week or less
 		</span>
 		&nbsp;&nbsp;&nbsp;&nbsp;
 		<span class="indicator red">
 		Expires today / Already Expired
-		</span>`
+		</span>`;
 		report.$status.html(status_message).show();
 
 	},