Skip to content

Commit 60d4d14

Browse files
committed
feat: remove "Initial Checkpoint" terminology, use "Checkpoint" consistently
1 parent a1439c1 commit 60d4d14

File tree

19 files changed

+1
-21
lines changed

19 files changed

+1
-21
lines changed

webview-ui/src/components/chat/checkpoints/CheckpointSaved.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ export const CheckpointSaved = ({ checkpoint, ...props }: CheckpointSavedProps)
3737
<div className="flex items-center justify-between">
3838
<div className="flex gap-2">
3939
<span className="codicon codicon-git-commit text-blue-400" />
40-
<span className="font-bold">
41-
{metadata.isFirst ? t("chat:checkpoint.initial") : t("chat:checkpoint.regular")}
42-
</span>
40+
<span className="font-bold">{t("chat:checkpoint.regular")}</span>
4341
{isCurrent && <span className="text-muted text-sm">{t("chat:checkpoint.current")}</span>}
4442
</div>
4543
<CheckpointMenu {...props} checkpoint={metadata} />

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@
145145
"streamingFailed": "API Streaming Failed"
146146
},
147147
"checkpoint": {
148-
"initial": "Initial Checkpoint",
149148
"regular": "Checkpoint",
150149
"initializingWarning": "Still initializing checkpoint... If this takes too long, you can disable checkpoints in <settingsLink>settings</settingsLink> and restart your task.",
151150
"menu": {

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)