mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-10 10:33:41 +08:00
refactor: update UI text and error messages to English for better accessibility
This commit is contained in:
@@ -7,8 +7,8 @@ import (
|
||||
|
||||
func LogQuota(quota int64) string {
|
||||
if config.DisplayInCurrencyEnabled {
|
||||
return fmt.Sprintf("$%.6f 额度", float64(quota)/config.QuotaPerUnit)
|
||||
return fmt.Sprintf("$%.6f quota", float64(quota)/config.QuotaPerUnit)
|
||||
} else {
|
||||
return fmt.Sprintf("%d 点额度", quota)
|
||||
return fmt.Sprintf("%d point quota", quota)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user