fix(app): optimistic revert/restore

This commit is contained in:
Adam 2026-03-12 15:04:27 -05:00
commit f0542fae7a
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
4 changed files with 99 additions and 29 deletions

View file

@ -128,7 +128,7 @@ export const dict: Record<string, string> = {
"ui.message.copy": "Copy",
"ui.message.copyMessage": "Copy message",
"ui.message.forkMessage": "Fork to new session",
"ui.message.revertMessage": "Reset to this point",
"ui.message.revertMessage": "Revert message",
"ui.message.copyResponse": "Copy response",
"ui.message.copied": "Copied",
"ui.message.interrupted": "Interrupted",