diff --git a/src/locales/en-US/models.ts b/src/locales/en-US/models.ts
index ac7ad9e0..8f6f6f74 100644
--- a/src/locales/en-US/models.ts
+++ b/src/locales/en-US/models.ts
@@ -115,5 +115,5 @@ export default {
'models.form.backend.warning':
'The backend for GGUF format models uses llama-box.',
'models.form.backend.warning.llamabox':
- 'With the llama-box backend, set the model path to a model file, like /usr/local/models/model.gguf. For Ollama models, use /usr/local/models/model.Please ensure the model file format is correct.'
+ 'Use the llama-box backend, set the model path to a model file, like /usr/local/models/model.gguf. For Ollama models, use /usr/local/models/model.Ensure the model file format is correct.'
};