update RadarSite text in the UI to 'Radar Site'

This commit is contained in:
AdenKoperczak 2024-07-02 13:37:44 -04:00
parent 1cdea4b137
commit 4e6c992eaf

View file

@ -15,7 +15,7 @@ namespace types
static const std::unordered_map<LocationMethod, std::string> static const std::unordered_map<LocationMethod, std::string>
locationMethodName_ {{LocationMethod::Fixed, "Fixed"}, locationMethodName_ {{LocationMethod::Fixed, "Fixed"},
{LocationMethod::Track, "Track"}, {LocationMethod::Track, "Track"},
{LocationMethod::RadarSite, "RadarSite"}, {LocationMethod::RadarSite, "Radar Site"},
{LocationMethod::County, "County"}, {LocationMethod::County, "County"},
{LocationMethod::All, "All"}, {LocationMethod::All, "All"},
{LocationMethod::Unknown, "?"}}; {LocationMethod::Unknown, "?"}};