Customizing text elements in the Transaction Approval module

  • Text elements can be customized in different languages for all or for specific back-end instances, depending on the storage path of the string properties file(s):
  • For all instances – Create the files strings_de.propertiesstrings_en.properties (and so on) to directory ./instances/common/transaction-approval-texts/
  • For one specific instance – Create the files strings_de.propertiesstrings_en.properties (and so on) to directory ./instances/<instance-name>/transaction-approval-texts/

Customize texts in a properties file

  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.
  4. Do not make your changes in the original strings_*.properties files as these files will be overwritten by Airlock IAM updates.

  5. The changes are applied automatically after 30 seconds.