How do you change the QTY (quantity) label in UberCart (in Drupal) without actually hacking the core components? I want the label to be be months, instead of qty.
How do you change the QTY (quantity) label in UberCart (in Drupal) without actually
Share
You could use the String Overrides module. Here is an excerpt from its project page:
I once ran into a similar issue with Ubercart in another language (German), and we "solved" it by re-translating the string. The mentioned module should do the trick in your case.