mirror of
https://github.com/lkddi/Xboard.git
synced 2026-05-18 21:57:32 +08:00
fix(i18n): correct traffic unit display for gift card template rewards
This commit is contained in:
Vendored
+2
-2
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user