Ignition Perspective - View Permission - Access Denied

I have Perspective project with multiple views and a navigation menu on the left side. Some views are set as public, and others are set for specific user roles.

When a user selects a view that they do not have access to the default screen shows Access Denied.

Is there any way to change the text on this screen or better yet provide them with a button to log in. I have a Sign In button in the header, but this does not allow for a very intuitive user experience.

How about scripting changes in props.items.x.target and point to a login screen when the user is not authorised and change them to the appropriate target when logged in.
You'd need to store the selected menu item in a custom property and use that to load the selected page on return from a successful login.