diff options
| author | Shoubhit Dash <[email protected]> | 2026-03-23 12:14:17 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-23 06:44:17 +0000 |
| commit | 9239d877b9602a5a80e9e69e744abfe011f5f991 (patch) | |
| tree | 7c097bec13af5e693a7f52a74aebcb7136de782a /packages/app/src/i18n | |
| parent | fc68c244333a3829177fd0594aa3d5c018203487 (diff) | |
| download | opencode-9239d877b9602a5a80e9e69e744abfe011f5f991.tar.gz opencode-9239d877b9602a5a80e9e69e744abfe011f5f991.zip | |
fix(app): batch multi-file prompt attachments (#18722)
Diffstat (limited to 'packages/app/src/i18n')
| -rw-r--r-- | packages/app/src/i18n/en.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/src/i18n/en.ts b/packages/app/src/i18n/en.ts index 8efd9d3bc..579b740d3 100644 --- a/packages/app/src/i18n/en.ts +++ b/packages/app/src/i18n/en.ts @@ -276,7 +276,7 @@ export const dict = { "prompt.context.includeActiveFile": "Include active file", "prompt.context.removeActiveFile": "Remove active file from context", "prompt.context.removeFile": "Remove file from context", - "prompt.action.attachFile": "Add file", + "prompt.action.attachFile": "Add files", "prompt.attachment.remove": "Remove attachment", "prompt.action.send": "Send", "prompt.action.stop": "Stop", |
