diff --git a/src/locales/ar.json b/src/locales/ar.json index 1eaeeea..9582227 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -243,7 +243,7 @@ "lucky_dollar": "دولار محظوظ", "history": "التاريخ", - "current_earnings": "الأرباح الحالية: {amount}", + "current_earnings": "الأرباح الحالية: ${amount}", "transfer_to_recharge_agent": "تحويل الأموال إلى وكيل الشحن", "select": "اختيار", "go_to_withdraw": "اذهب للسحب", diff --git a/src/locales/en.json b/src/locales/en.json index a81ec70..76cb87a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -243,7 +243,7 @@ "lucky_dollar": "Lucky Dollar", "history": "history", - "current_earnings": "Current earnings: {amount}", + "current_earnings": "Current earnings: ${amount}", "transfer_to_recharge_agent": "Transfer to recharge agent", "select": "Select", "go_to_withdraw": "Go to withdraw", diff --git a/src/locales/zh.json b/src/locales/zh.json index ee8eb77..82c67b1 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -243,7 +243,7 @@ "lucky_dollar": "幸运美元", "history": "历史", - "current_earnings": "当前收益:{amount}", + "current_earnings": "当前收益:${amount}", "transfer_to_recharge_agent": "转账至充值代理", "select": "选择", "go_to_withdraw": "去提现",