- Initial setup
- .For all instances:
Create the files strings_de.properties, strings_en.properties (and so on) to directory ./instances/common/transaction-approval-texts/ - .For one specific instance:
Create the files strings_de.properties, strings_en.properties (and so on) to directory ./instances/<instance-name>/transaction-approval-texts/
- Language templates
- 1.Open app/transaction-approval/WEB-INF/classes/strings_*.properties (* choose the correct language code).
- 2.Find the desired existing text via search (e.g. "Your security code: ${TOKEN}").
- 3.Copy the line into the newly created string-property file from "Initial setup" and adapt the copied wording as required.
- The changes are applied automatically after 30 seconds.
Do not make changes in the original strings_*.properties file.