The following example does not work, but I hope it is helpful to have and idea on what I'm trying to do --- change the label that meets the condition --- E.G., I would like to change one specific label as follows:
scale_color_manual(labels = function(x) {ifelse(x == "Target", as.character("This is the target"), x)})