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/storybook | |
| parent | fc68c244333a3829177fd0594aa3d5c018203487 (diff) | |
| download | opencode-9239d877b9602a5a80e9e69e744abfe011f5f991.tar.gz opencode-9239d877b9602a5a80e9e69e744abfe011f5f991.zip | |
fix(app): batch multi-file prompt attachments (#18722)
Diffstat (limited to 'packages/storybook')
| -rw-r--r-- | packages/storybook/.storybook/mocks/app/context/language.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/storybook/.storybook/mocks/app/context/language.ts b/packages/storybook/.storybook/mocks/app/context/language.ts index 874465542..f75240b9c 100644 --- a/packages/storybook/.storybook/mocks/app/context/language.ts +++ b/packages/storybook/.storybook/mocks/app/context/language.ts @@ -8,7 +8,7 @@ const dict: Record<string, string> = { "prompt.placeholder.shell": "Run a shell command...", "prompt.placeholder.summarizeComment": "Summarize this comment", "prompt.placeholder.summarizeComments": "Summarize these comments", - "prompt.action.attachFile": "Attach file", + "prompt.action.attachFile": "Attach files", "prompt.action.send": "Send", "prompt.action.stop": "Stop", "prompt.attachment.remove": "Remove attachment", |
