Skip to content

Commit

Permalink
STENCIL-3559 403 page message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcampa committed Aug 3, 2017
1 parent 0cff396 commit a611581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
7 changes: 3 additions & 4 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -779,10 +779,9 @@
},
"forbidden": {
"page_heading": "Sorry! Please log in to continue",
"message": "You do not have permission to access this page.",
"if_you_were_logged_in": "If you were logged in,",
"sign_in": "please sign in",
"to_continue": "to resume your work in a new session"
"if_you_were_signed_in": "If you were signed in,",
"sign_in": "please sign back in",
"to_continue": ", to resume your work in a new session."
},
"sitemap": {
"page_title": "Sitemap",
Expand Down
5 changes: 1 addition & 4 deletions templates/pages/errors/403.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
<section class="page-content page-content--centered">
<h1 class="page-heading">{{lang 'forbidden.page_heading'}}</h1>
<p class="u-textAlignCenter">
{{lang 'forbidden.message'}}
</p>
<p class="u-textAlignCenter">
{{lang 'forbidden.if_you_were_logged_in'}}
{{lang 'forbidden.if_you_were_signed_in'}}
<a href="{{urls.auth.login}}">{{lang 'forbidden.sign_in'}}</a>
{{lang 'forbidden.to_continue'}}
</p>
Expand Down

0 comments on commit a611581

Please sign in to comment.