massx1 commented on code in PR #1278: URL: https://github.com/apache/syncope/pull/1278#discussion_r2668772331
########## client/idrepo/console/src/main/resources/org/apache/syncope/client/console/pages/BasePage.properties: ########## @@ -33,3 +33,7 @@ endDelegation=End Delegation sessionExpiration.header=Session Expiration sessionExpiration.body=Your session is about to expire. Please select the appropriate option to keep working. sessionExpiration.extend=Extend + Review Comment: Pushed a new version with dynamic property reading. With this approach, the label is read from a property file located in the same package as the page. All pages with these annotations (IdmPages, AmPages, ExtPages) will be managed automatically. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
