-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9f4867
commit be5c8b5
Showing
3 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
messages: { | ||
componentMissing: 'Configuration is not valid - Component not found', | ||
registryUrlMissing: 'Configuration is not valid - Registry location not found', | ||
serverSideRenderingFail: 'Server-side rendering failed' | ||
} | ||
clientSideRenderingFail: 'Client-side rendering failed', | ||
configurationNotValid: 'Configuration is not valid: ', | ||
genericError: 'Internal client error', | ||
registriesEmpty: 'registries must contain at least one endpoint', | ||
registriesIsNotObject: 'registries must be an object', | ||
serverSideRenderingFail: 'Server-side rendering failed' | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters