# Customize Terms of Use Content

The 4App comes with a default sample Terms of Use text ("Lorem ipsum...") via label key L-GLOBAL-AGB-TEXT. At least you will need to replace this sample with your actual Terms of Use.
You can also customize all the other texts, if required. The default translations of the Terms of Use labels are as follows:

L-GLOBAL-AGB-SHORT_TEXT=I have read and accepted <a href="javascript:void(0);">the terms and conditions</a>.
L-GLOBAL-AGB_RENDERER-AGB_NOT_CHECKED-ERROR=You have to accept the terms and conditions

L-GLOBAL-AGB_POPUP-TITLE=Terms of Use
L-GLOBAL-AGB_POPUP-ACCEPT=Accept
L-GLOBAL-AGB-TEXT=Here your usage rights can be inserted.<br><br>A sample text follows.<br><br>Lorem ipsum dolor sit amet ... consetetur.
L-GLOBAL-AGB_LINK=Terms of Use

You can customize this default via admin snap-in General System configurations/System settings/Translation Studio or in a custom .properties files in your custom folder (default file agb.properties is stored in folder global/locale/{language}).

A guide on how to translate labels can be found here (opens new window).

Special Usecases

  • Accept Term of Use: If you enabled the mandatory acceptance of Terms of Use, you can as well customize label L-GLOBAL-AGB-SHORT_TEXT, if required.

  • Custom Links: If you add custom links (e.g., an additional link with an imprint - more details), you need to add the corresponding label keys and their translations, too.

  • Iframes: If you work with an iframe and HTML content though, label L-GLOBAL-AGB-TEXT will not be displayed in the GUI.

Request missing documentation