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
@@ -1277,9 +1277,9 @@ window.XBOARD_TRANSLATIONS['en-US'] = {
"placeholder": "Enter the reward amount in Yuan"
},
"transfer_enable": {
"label": "Reward Traffic (in bytes)",
"label": "Reward Traffic (in GB)",
"short_label": "Traffic",
"placeholder": "Enter the reward traffic in bytes"
"placeholder": "Enter the reward traffic in GB"
},
"expire_days": {
"label": "Extend Validity (in days)",