Built error section, needs to be on a few pages.

This commit is contained in:
2018-11-25 22:03:38 +11:00
parent 83369773cd
commit 88cd1a9a53
11 changed files with 183 additions and 15 deletions

View File

@ -25,11 +25,20 @@ export default {
},
"blog": {
"error": {
"title": "Failed to get the blog",
"body": "Failed to get the blogs and articles from the server, please try again later or refresh your browser."
},
"article": {
"readMore": "Read More"
}
},
"error": {
"title": "An error occured.",
"body": "An error occured, please try again later."
},
"pages": {
"home": {
"banner": {