I added a new string in the String Resource Manager called: AppConfig.HeaderText
In my template.ascx, I added the following: (!StringResource Name="AppConfig.HeaderText"!)
The initial value I added to the AppConfig.HeaderText was "Text"
When I viewed my dev site in the browser, it worked correctly and displayed "Test"
However, when I changed this value in the String Resource Manager to "Test2", the change did NOT take effect when viewing again in my browser. The record in the Admin page is blue.
Thank you