Hi,
To make Adaxes fit in with other tools I wanted to change the text in the web ui for some options and have found the Strings resx files where some of this is possible, but not everything.
For example, we call the Basket List and have modifed the fields in Strings.resx and CommonStrings.resx as below which has worked for the Remove from text, but the Add To text is still Add To Basket?
<data name="AddToBasket" xml:space="preserve">
<value>Add to List</value>
</data>
<data name="RemoveFromBasket" xml:space="preserve">
<value>Remove from List</value>
</data>
Secondly, we wanted to change the tab headers and modified Reports and Basket as below, in this case the Basket Tab did change, but the Reports one didn't, however when I selet Reports, the browser Title bar does show my new value? Is this a defect?
<data name="Reports" xml:space="preserve">
<value>Quick Info</value>
</data>
<data name="Basket" xml:space="preserve">
<value>My List</value>
</data>
Thank you