Is there a way you can modify the default Apex session timeout message in Oracle Apex? Can you show the step? Apex version: 20
From this image:
To this:
CodePudding user response:
If your goal is to change what is written on the message, you can customize the Text Message
- Go to Shared Components / Globalization / Translate / Text Messages
- Create a new Text Message
- You can translate the message by adding the ID of the message on the Name field, and your custom message on Text
In your case, for the first picture, it would be APEX.SESSION.ALERT.MAX_WARN
You can check more translations for the other timeout message here : Translating Messsages