diff --git a/src/containers/OrderPage/OrderPage.js b/src/containers/OrderPage/OrderPage.js
index 9aa9d10b..475c2847 100644
--- a/src/containers/OrderPage/OrderPage.js
+++ b/src/containers/OrderPage/OrderPage.js
@@ -11,7 +11,7 @@ export default (props) => {
Details tab
Mobile layout needs different views for discussion and details.
-Discussion view is the default if route doesn't specify mobile tab (e.g. /order/1234)
+Discussion view is the default if route doesn't specify mobile tab (e.g. /order/1234)
); }; diff --git a/src/containers/SalesConversationPage/SalesConversationPage.js b/src/containers/SalesConversationPage/SalesConversationPage.js index 082eac17..4914b9b5 100644 --- a/src/containers/SalesConversationPage/SalesConversationPage.js +++ b/src/containers/SalesConversationPage/SalesConversationPage.js @@ -11,7 +11,7 @@ export default (props) => {Mobile layout needs different views for discussion and details.
-Discussion view is the default if route doesn't specify mobile tab (e.g. /order/1234)
+Discussion view is the default if route doesn't specify mobile tab (e.g. /order/1234)
); };