From 76f187ee2ceee40fc4ad89f6ddf135d108bef99a Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 31 Mar 2025 19:31:00 +0200 Subject: [PATCH] Properly sentence-case "assistant" / "pipeline" (#24872) --- src/translations/en.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index 1ad07de064..3cb9843bff 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -3303,13 +3303,13 @@ } }, "debug": { - "header": "Debug Assistant", + "header": "Debug assistant", "no_runs_found": "No runs found", "older_run": "Older run", "newer_run": "Newer run", "start_debug_run": "Start debug run", "pipeline": { - "header": "Assist Pipeline", + "header": "Assist pipeline", "run_text_pipeline": "Run text pipeline", "run_audio_pipeline": "Run audio pipeline", "run_audio_with_wake": "Run audio pipeline with wake word detection", @@ -3436,8 +3436,8 @@ "failed_secondary": "We were unable to install the add-ons for speech-to-text and text-to-speech automatically for you. Read the documentation to learn how to install them.", "not_supported_title": "Installation of add-ons is not supported on your system", "not_supported_secondary": "Your system is not supported to automatically install a local TTS and STT provider. Learn how to set up local TTS and STT providers in the documentation.", - "full_local_pipeline": "Full local Assistant", - "focused_local_pipeline": "Focused local Assistant", + "full_local_pipeline": "Full local assistant", + "focused_local_pipeline": "Focused local assistant", "state": { "installing_piper": "Installing Piper", "starting_piper": "Starting Piper", @@ -3457,7 +3457,7 @@ }, "success": { "title": "Ready to Assist!", - "secondary": "Make any final customizations here. You can always change these in the Voice Assistants section of the settings page." + "secondary": "Make any final customizations here. You can always change these in the Voice assistants section of the settings page." } } },