fix(i18n): correct insufficient balance error hint text

Remove misleading "upstream" wording - the error is about client API key
user balance, not upstream account balance.
This commit is contained in:
erio
2026-03-15 17:41:40 +08:00
parent cfe72159d0
commit 6177fa5dd8
2 changed files with 2 additions and 2 deletions

View File

@@ -3843,7 +3843,7 @@ export default {
ignoreInvalidApiKeyErrors: 'Ignore invalid API key errors',
ignoreInvalidApiKeyErrorsHint: 'When enabled, invalid or missing API key errors (INVALID_API_KEY, API_KEY_REQUIRED) will not be written to the error log.',
ignoreInsufficientBalanceErrors: 'Ignore Insufficient Balance Errors',
ignoreInsufficientBalanceErrorsHint: 'When enabled, upstream insufficient account balance errors will not be written to the error log.',
ignoreInsufficientBalanceErrorsHint: 'When enabled, insufficient account balance errors will not be written to the error log.',
autoRefresh: 'Auto Refresh',
enableAutoRefresh: 'Enable auto refresh',
enableAutoRefreshHint: 'Automatically refresh dashboard data at a fixed interval.',