Better permission handling in editor

This commit is contained in:
Nick O'Leary
2018-01-12 21:00:11 +00:00
parent bb168d35a8
commit 1204cf1ba0
10 changed files with 240 additions and 111 deletions

View File

@@ -76,7 +76,12 @@
"password": "Password",
"login": "Login",
"loginFailed": "Login failed",
"notAuthorized": "Not authorized"
"notAuthorized": "Not authorized",
"errors": {
"settings": "You must be logged in to access settings",
"deploy": "You must be logged in to deploy changes",
"notAuthorized": "You must be logged in to perform this action"
}
},
"notification": {
"warning": "<strong>Warning</strong>: __message__",