diff options
| author | David Hill <[email protected]> | 2026-03-13 16:31:42 +0000 |
|---|---|---|
| committer | opencode <[email protected]> | 2026-03-13 16:33:01 +0000 |
| commit | f54abe58cfb5c35cbaaf8497f49435d2180fd0cb (patch) | |
| tree | c3ada54c72563e2497502c38859071a5670e7155 /packages/ui/src/i18n/da.ts | |
| parent | d954026dd855e018302a6c0733a1dd74140931df (diff) | |
| download | opencode-f54abe58cfb5c35cbaaf8497f49435d2180fd0cb.tar.gz opencode-f54abe58cfb5c35cbaaf8497f49435d2180fd0cb.zip | |
tui: update compaction status message to use Session instead of History across all languages
The compaction message now correctly indicates the current session was compacted rather than the entire history, making it clearer to users which conversation data was optimized.
Diffstat (limited to 'packages/ui/src/i18n/da.ts')
| -rw-r--r-- | packages/ui/src/i18n/da.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ui/src/i18n/da.ts b/packages/ui/src/i18n/da.ts index 60e3fb30f..846fb3eca 100644 --- a/packages/ui/src/i18n/da.ts +++ b/packages/ui/src/i18n/da.ts @@ -59,7 +59,7 @@ export const dict = { "ui.sessionTurn.status.consideringNextSteps": "Overvejer næste skridt", "ui.messagePart.questions.dismissed": "Spørgsmål afvist", - "ui.messagePart.compaction": "Historik komprimeret", + "ui.messagePart.compaction": "Session komprimeret", "ui.messagePart.context.read.one": "{{count}} læsning", "ui.messagePart.context.read.other": "{{count}} læsninger", "ui.messagePart.context.search.one": "{{count}} søgning", |
