diff options
| author | Kit Langton <[email protected]> | 2026-02-09 20:25:42 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-09 19:25:42 -0600 |
| commit | 949f61075f44f28f7fbc3912d1ee814fe028c2cf (patch) | |
| tree | 574a7a3e8fb03cfec2201491b0d83edbceae093c /packages/app/src/i18n | |
| parent | 705200e199183cd802e2f4387b7a4ffc54793d5f (diff) | |
| download | opencode-949f61075f44f28f7fbc3912d1ee814fe028c2cf.tar.gz opencode-949f61075f44f28f7fbc3912d1ee814fe028c2cf.zip | |
feat(app): add Cmd+[/] keybinds for session history navigation (#12880)
Diffstat (limited to 'packages/app/src/i18n')
| -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 f4f49f055..b0ffa70f8 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -208,8 +208,8 @@ export const dict = { "model.tooltip.context": "Context limit {{limit}}", "common.search.placeholder": "Search", - "common.goBack": "Back", - "common.goForward": "Forward", + "common.goBack": "Navigate back", + "common.goForward": "Navigate forward", "common.loading": "Loading", "common.loading.ellipsis": "...", "common.cancel": "Cancel", |
