I installed the module and gave it a test by providing a string that is a title of a page. I even tried page content. No strings are being overwritten anywhere. Some assistance would be nice as I would prefer to not have to override the strings using javascript. :D

Comments

outlierdavid’s picture

Priority: Normal » Minor

I found the issue, though, I do not think it's a String Override problem. The verbiage I was attempting to change was the title of the commerce module which was hard coded. The module title was not passing through the t('function') and thus could not be changed by String Override.

Adding the t('function') to the module fixed ONE of the strings I wanted to replace.

Rustan’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.