diff --git a/WebUI/src/assets/i18n/en-US.json b/WebUI/src/assets/i18n/en-US.json index ca307d36..40ed1546 100644 --- a/WebUI/src/assets/i18n/en-US.json +++ b/WebUI/src/assets/i18n/en-US.json @@ -244,7 +244,7 @@ "LOADING_VERIFYING_BACKENDS": "Verifying backends", "LOADING_AI_PLAYGROUND_LOADING": "AI Playground Loading", - "COM_RESET": "Reset", + "COM_CLEAR_HISTORY": "Clear History", "INPUT_PROMPT": "Prompt", "BACKEND": "Backend", "DEVICE": "Device" diff --git a/WebUI/src/views/Create.vue b/WebUI/src/views/Create.vue index 688c92e1..fc943a33 100644 --- a/WebUI/src/views/Create.vue +++ b/WebUI/src/views/Create.vue @@ -21,11 +21,11 @@