diff --git a/src/locales/bn.json b/src/locales/bn.json
index e5b8e5c..9f3e6ac 100644
--- a/src/locales/bn.json
+++ b/src/locales/bn.json
@@ -141,8 +141,8 @@
"failed_to_load_balance": "ব্যালেন্স লোড করতে ব্যর্থ। দয়া করে আবার চেষ্টা করুন।",
"failed_to_load_user_info": "ব্যবহারকারী তথ্য লোড করতে ব্যর্থ",
"please_select_coin_amount": "দয়া করে প্রথমে একটি মুদ্রার পরিমাণ নির্বাচন করুন",
- "insufficient_balance": "অপর্যাপ্ত ব্যালেন্স। আপনার বর্তমান ব্যালেন্স ${balance}, কিন্তু বিনিময় করার জন্য $${price} প্রয়োজন।",
- "confirm_exchange_coins": "আপনি কি $${price} এর জন্য মুদ্রা বিনিময় করতে চান?",
+ "insufficient_balance": "অপর্যাপ্ত ব্যালেন্স। আপনার বর্তমান ব্যালেন্স ${balance}, কিন্তু বিনিময় করার জন্য ${price} প্রয়োজন।",
+ "confirm_exchange_coins": "আপনি কি ${price} এর জন্য মুদ্রা বিনিময় করতে চান?",
"exchange_success": "${price} এর জন্য মুদ্রা সফলভাবে বিনিময় করা হয়েছে",
"exchange_failed": "বিনিময় ব্যর্থ, দয়া করে পরে আবার চেষ্টা করুন।",
"exchange_error_occurred": "বিনিময় প্রক্রিয়া চলাকালীন একটি ত্রুটি ঘটেছে। দয়া করে পরে আবার চেষ্টা করুন।",
diff --git a/src/locales/en.json b/src/locales/en.json
index 4dc902e..49af043 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -141,8 +141,8 @@
"failed_to_load_balance": "Failed to load balance. Please try again.",
"failed_to_load_user_info": "Failed to load user information",
"please_select_coin_amount": "Please select a coin amount first",
- "insufficient_balance": "Insufficient balance. Your current balance is ${balance}, but you need $${price} to exchange.",
- "confirm_exchange_coins": "Do you want to exchange coins for $${price}?",
+ "insufficient_balance": "Insufficient balance. Your current balance is ${balance}, but you need ${price} to exchange.",
+ "confirm_exchange_coins": "Do you want to exchange coins for ${price}?",
"exchange_success": "Successfully exchanged coins for ${price}",
"exchange_failed": "Exchange failed, please try again later.",
"exchange_error_occurred": "An error occurred during the exchange process. Please try again later.",
diff --git a/src/locales/tr.json b/src/locales/tr.json
index 06fd50d..03b4608 100644
--- a/src/locales/tr.json
+++ b/src/locales/tr.json
@@ -141,8 +141,8 @@
"failed_to_load_balance": "Bakiye yüklenemedi. Lütfen tekrar deneyin.",
"failed_to_load_user_info": "Kullanıcı bilgisi yüklenemedi",
"please_select_coin_amount": "Lütfen önce bir coin miktarı seçin",
- "insufficient_balance": "Yetersiz bakiye. Mevcut bakiyeniz ${balance}, ancak değiştirmek için $${price} gerekiyor.",
- "confirm_exchange_coins": "$${price} için coin değiştirmek istiyor musunuz?",
+ "insufficient_balance": "Yetersiz bakiye. Mevcut bakiyeniz ${balance}, ancak değiştirmek için ${price} gerekiyor.",
+ "confirm_exchange_coins": "${price} için coin değiştirmek istiyor musunuz?",
"exchange_success": "${price} için coin başarıyla değiştirildi",
"exchange_failed": "Değiştirme başarısız, lütfen daha sonra tekrar deneyin.",
"exchange_error_occurred": "Değiştirme işlemi sırasında bir hata oluştu. Lütfen daha sonra tekrar deneyin.",
diff --git a/src/views/Wallet/Exchange/ExchangeGoldCoins.vue b/src/views/Wallet/Exchange/ExchangeGoldCoins.vue
index be87e9c..f98db82 100644
--- a/src/views/Wallet/Exchange/ExchangeGoldCoins.vue
+++ b/src/views/Wallet/Exchange/ExchangeGoldCoins.vue
@@ -69,12 +69,41 @@