diff --git a/scwx-qt/source/scwx/qt/types/layer_types.cpp b/scwx-qt/source/scwx/qt/types/layer_types.cpp index c25beb12..0f7e1db8 100644 --- a/scwx-qt/source/scwx/qt/types/layer_types.cpp +++ b/scwx-qt/source/scwx/qt/types/layer_types.cpp @@ -152,7 +152,7 @@ std::string GetLayerDescriptionName(LayerDescription description) } else if (std::holds_alternative(description)) { - return awips::GetPhenomenonCode(std::get(description)); + return awips::GetPhenomenonText(std::get(description)); } else if (std::holds_alternative(description)) {