diff --git a/Content.Shared/Localizations/ContentLocalizationManager.cs b/Content.Shared/Localizations/ContentLocalizationManager.cs index 4a3415be2c..21aaf39edb 100644 --- a/Content.Shared/Localizations/ContentLocalizationManager.cs +++ b/Content.Shared/Localizations/ContentLocalizationManager.cs @@ -9,7 +9,7 @@ namespace Content.Shared.Localizations { [Dependency] private readonly ILocalizationManager _loc = default!; - // If you want to change your codebase's language, do it here. + // If you want to change your codebase language, do it here. //public const string Culture = "en-US"; public const string Culture = "ru-RU";