Rename "Server Info" to ServerInfo (#15436)

This commit is contained in:
Leon Friedrich
2023-04-16 12:55:59 +12:00
committed by GitHub
parent 9269212199
commit 116670ae8a
39 changed files with 27 additions and 27 deletions

View File

@@ -61,7 +61,7 @@ namespace Content.Client.Info
private static Control MakeSection(string title, string path, bool markup, IResourceManager res)
{
return new InfoSection(title, res.ContentFileReadAllText($"/Server Info/{path}"), markup);
return new InfoSection(title, res.ContentFileReadAllText($"/ServerInfo/{path}"), markup);
}
}