fix(i18n): correct traffic unit display for gift card template rewards

This commit is contained in:
xboard
2025-07-14 00:39:54 +08:00
parent a838a43ae5
commit 0311a93252
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1281,9 +1281,9 @@ window.XBOARD_TRANSLATIONS['zh-CN'] = {
"placeholder": "请输入奖励的金额(元)"
},
"transfer_enable": {
"label": "奖励流量 (字节)",
"label": "奖励流量 (GB)",
"short_label": "流量",
"placeholder": "请输入奖励的流量(字节)"
"placeholder": "请输入奖励的流量(GB)"
},
"expire_days": {
"label": "延长有效期 (天)",