Can I optimize this further?

I would have the limits and the strings in arrays and use a for loop to go through each case and assign the appropriate string to the string variable.

It is possible that you don’t need a string variable at all as these are inefficient but with only the small section of code you show it is hard to tell.