minor fixes in en.json

This commit is contained in:
helix84
2018-10-04 09:25:38 +02:00
committed by GitHub
parent b2fef4d60a
commit a83c6c05df

View File

@@ -205,7 +205,7 @@
}, },
"loading": { "loading": {
"default": "Loading...", "default": "Loading...",
"top-level-communities": "Loading top level communities...", "top-level-communities": "Loading top-level communities...",
"community": "Loading community...", "community": "Loading community...",
"collection": "Loading collection...", "collection": "Loading collection...",
"sub-collections": "Loading sub-collections...", "sub-collections": "Loading sub-collections...",
@@ -217,7 +217,7 @@
}, },
"error": { "error": {
"default": "Error", "default": "Error",
"top-level-communities": "Error fetching top level communities", "top-level-communities": "Error fetching top-level communities",
"community": "Error fetching community", "community": "Error fetching community",
"collection": "Error fetching collection", "collection": "Error fetching collection",
"sub-collections": "Error fetching sub-collections", "sub-collections": "Error fetching sub-collections",
@@ -246,7 +246,7 @@
"group-collapse": "Collapse", "group-collapse": "Collapse",
"group-expand": "Expand", "group-expand": "Expand",
"group-collapse-help": "Click here to collapse", "group-collapse-help": "Click here to collapse",
"group-expand-help": "Click here to expand and add more element" "group-expand-help": "Click here to expand and add more elements"
}, },
"login": { "login": {
"title": "Login", "title": "Login",
@@ -271,7 +271,7 @@
"expired": "Your session has expired. Please log in again." "expired": "Your session has expired. Please log in again."
}, },
"errors": { "errors": {
"invalid-user": "Invalid email or password." "invalid-user": "Invalid email address or password."
} }
} }
} }