diff options
| author | Peter Dave Hello <[email protected]> | 2026-02-10 20:53:38 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-10 06:53:38 -0600 |
| commit | 87795384de062abad50f86775e4803e4a23d51fc (patch) | |
| tree | 7ea27692918e7f3b21c560a68eb4b18e2ef7ddb9 /packages/console | |
| parent | 0732ab3393f8870ac582db1e07e3e21843c22659 (diff) | |
| download | opencode-87795384de062abad50f86775e4803e4a23d51fc.tar.gz opencode-87795384de062abad50f86775e4803e4a23d51fc.zip | |
chore: fix typos and GitHub capitalization (#12852)
Diffstat (limited to 'packages/console')
| -rw-r--r-- | packages/console/app/src/i18n/en.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/console/app/src/i18n/en.ts b/packages/console/app/src/i18n/en.ts index 1aecdb846..08c716aba 100644 --- a/packages/console/app/src/i18n/en.ts +++ b/packages/console/app/src/i18n/en.ts @@ -394,7 +394,7 @@ export const dict = { "workspace.settings.edit": "Edit", "workspace.billing.title": "Billing", - "workspace.billing.subtitle.beforeLink": "Manage payments methods.", + "workspace.billing.subtitle.beforeLink": "Manage payment methods.", "workspace.billing.contactUs": "Contact us", "workspace.billing.subtitle.afterLink": "if you have any questions.", "workspace.billing.currentBalance": "Current Balance", |
