From 25c433d56d5abe1e899bd9ccb4a97b968a3a6799 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Wed, 16 Apr 2025 01:28:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B1=D0=B5=D0=B7=20=D0=BA=D0=BE=D0=BC=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Content.Server/_Sunrise/TTS/TTSManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Server/_Sunrise/TTS/TTSManager.cs b/Content.Server/_Sunrise/TTS/TTSManager.cs index cf969ef941..ee9fa05057 100644 --- a/Content.Server/_Sunrise/TTS/TTSManager.cs +++ b/Content.Server/_Sunrise/TTS/TTSManager.cs @@ -33,7 +33,7 @@ public sealed class TTSManager "Amount of wanted TTS radio audio."); private static readonly Counter WantedAnnounceCount = Metrics.CreateCounter( - "tts_wanted_Announce_count", + "tts_wanted_announce_count", "Amount of wanted TTS Announce audio."); [Dependency] private readonly IConfigurationManager _cfg = default!;