From ce72d7d3a647ebc95cf74798548049539cd45e6a Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Sat, 4 Jul 2026 13:15:12 -0700 Subject: [PATCH] fix: drop em dash from saved-secret placeholder --- client/src/locales/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/locales/en/translation.json b/client/src/locales/en/translation.json index c74756ab8b..deff8e4da1 100644 --- a/client/src/locales/en/translation.json +++ b/client/src/locales/en/translation.json @@ -1646,7 +1646,7 @@ "com_ui_langfuse_base_url": "Host", "com_ui_langfuse_public_key": "Public key", "com_ui_langfuse_secret_key": "Secret key", - "com_ui_langfuse_secret_key_set": "Saved — enter a new key to replace it", + "com_ui_langfuse_secret_key_set": "Saved. Enter a new key to replace it", "com_ui_langfuse_secret_key_hint": "The secret key is encrypted at rest and is never shown again after saving.", "com_ui_langfuse_secret_key_fingerprint": "Configured key fingerprint:", "com_ui_langfuse_test": "Test connection",