Localisation

The Localisation tab allows you to customise the wording used in Trackers.

⚙️ Key Details

  • Each site collection has its own localisation settings for each Tracker Type.
  • Trackers for individual pages or documents can be configured separately in the Info panel.
  • Toggle ON → Updates override the default value.
  • Toggle OFF → Restores the default value.



💾 Saving Changes

  • Always click Save at the bottom of the page to apply your updates.
  • Unsaved changes will not take effect.

🔙 Adding a Back Button

To add a Back option to the Tracker, include the following code snippet in any of the localisation Messages:

<span class="ms-Button-label label-250">
    <a style="Color: White; font-weight: 600; text-decoration-line: none;" href="javascript:history.back();setTimeout(() => { window.location.reload(); }, 100);">Return to previous page</a>
</span>