diff options
| author | David Hill <[email protected]> | 2026-01-27 16:41:28 +0000 |
|---|---|---|
| committer | David Hill <[email protected]> | 2026-01-27 20:13:52 +0000 |
| commit | 2ca69ac953b8884310cc01013105f2849dfae452 (patch) | |
| tree | 4b3ade4bdd380932690c39aeca7d8e69464aa31a /packages | |
| parent | 8ee5376f9b0711e2dd720c1587c875f0af39f27a (diff) | |
| download | opencode-2ca69ac953b8884310cc01013105f2849dfae452.tar.gz opencode-2ca69ac953b8884310cc01013105f2849dfae452.zip | |
fix(app): shorten nav tooltips
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 8fb819798..173976db7 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -166,8 +166,8 @@ export const dict = { "model.tooltip.context": "Context limit {{limit}}", "common.search.placeholder": "Search", - "common.goBack": "Go back", - "common.goForward": "Go forward", + "common.goBack": "Back", + "common.goForward": "Forward", "common.loading": "Loading", "common.loading.ellipsis": "...", "common.cancel": "Cancel", |
