diff --git a/erpnext/stock/doctype/stock_settings/stock_settings.js b/erpnext/stock/doctype/stock_settings/stock_settings.js
index e2f1f951ec..6a919309f5 100644
--- a/erpnext/stock/doctype/stock_settings/stock_settings.js
+++ b/erpnext/stock/doctype/stock_settings/stock_settings.js
@@ -20,7 +20,9 @@ frappe.tour['Stock Settings'] = [
{
fieldname: "item_naming_by",
title: __("Item Naming By"),
- description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a ") + "Naming Series" + __(" choose the 'Naming Series' option."),
+ description: __("By default, the Item Name is set as per the Item Code entered. If you want Items to be named by a") + " " +
+ "Naming Series" + " " +
+ __("choose the 'Naming Series' option."),
},
{
fieldname: "default_warehouse",
@@ -30,7 +32,9 @@ frappe.tour['Stock Settings'] = [
{
fieldname: "valuation_method",
title: __("Valuation Method"),
- description: __("Choose between FIFO and Moving Average Valuation Methods. Click ") + "here" + __(" to know more about them.")
+ description: __("Choose between FIFO and Moving Average Valuation Methods. Click") + " " +
+ "here" + " " +
+ __("to know more about them.")
},
{
fieldname: "allow_negative_stock",