diff --git a/package.json b/package.json
index 80e72baa..e20c0ff1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "opex",
- "version": "v1.0.7-beta.17",
+ "version": "v1.0.9-beta.18",
"homepage": "",
"private": true,
"dependencies": {
diff --git a/public/assets/locales/en/translation.json b/public/assets/locales/en/translation.json
index f43e9fd1..64dcf069 100644
--- a/public/assets/locales/en/translation.json
+++ b/public/assets/locales/en/translation.json
@@ -246,6 +246,12 @@
"estimateAlert": "The equivalent amount is calculated based on the highest buy offer"
},
"TransactionHistory": {
+ "buyAndSell" : "Buy And Sell",
+ "buyAndSellTx" : "Buy And Sell History",
+ "withdrawTx" : "Withdraw History",
+ "depositTx" : "Deposit History",
+ "destAddress" : "Dest Address",
+ "txType" : "Transaction Type",
"coin": "Coins",
"category": "Categories",
"size": "Number",
@@ -768,6 +774,10 @@
"contactUs": {
"title": "Contact Us",
"subTitle1": "Contact Us content",
- "text1": ""
+ "text1": "",
+ "businessEmailsValue": "",
+ "businessEmails": "Business Email",
+ "supportRelated": "Support Related",
+ "supportRelatedValue": ""
}
}
\ No newline at end of file
diff --git a/public/assets/locales/fa/translation.json b/public/assets/locales/fa/translation.json
index 7dedcc6c..801deefb 100644
--- a/public/assets/locales/fa/translation.json
+++ b/public/assets/locales/fa/translation.json
@@ -246,6 +246,12 @@
"estimateAlert": "مبلغ دارایی معادل براساس بالاترین پیشنهاد خرید محاسبه شده"
},
"TransactionHistory": {
+ "buyAndSell" : "خرید و فروش",
+ "buyAndSellTx" : "تاریخچه خرید و فروش",
+ "withdrawTx" : "تاریخچه برداشت",
+ "depositTx" : "تاریخچه واریز",
+ "destAddress" : "آدرس مقصد",
+ "txType" : "نوع تراکنش",
"coin" : "ارز",
"category" : "نوع تراکنش",
"size" : "تعداد",
@@ -768,6 +774,10 @@
"contactUs": {
"title": "تماس با ما",
"subTitle1": "متن تماس با ما",
- "text1": ""
+ "text1": "",
+ "businessEmailsValue": "",
+ "businessEmails": "ایمیل کسب و کار",
+ "supportRelated": "ایمیل پشتیبانی",
+ "supportRelatedValue": ""
}
}
\ No newline at end of file
diff --git a/src/components/HeaderBuilder/HeaderBuilder.js b/src/components/HeaderBuilder/HeaderBuilder.js
index 7c199e3b..72983dce 100644
--- a/src/components/HeaderBuilder/HeaderBuilder.js
+++ b/src/components/HeaderBuilder/HeaderBuilder.js
@@ -61,12 +61,6 @@ const HeaderBuilder = ({children}) => {
to={Routes.AllMarket}
className={({ isActive }) => isActive ? 'text-orange mx-1 cursor-pointer hover-text' : 'mx-1 cursor-pointer hover-text'}
>{t("market.title")}
-