Browse Source

[EC-177] Update Key Connector error message (#1705)

* Update Key Connector error message

* Update jslib
pull/1709/head
Thomas Rittson 4 years ago committed by GitHub
parent
commit
eefcda7e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jslib
  2. 4
      src/locales/en/messages.json

2
jslib

@ -1 +1 @@ @@ -1 +1 @@
Subproject commit 3cb94623e2c6a3ac6cf6dbcd516ba23b03a7aee7
Subproject commit a6fe5c79002370d7ac8e52f2ff16154b853b7974

4
src/locales/en/messages.json

@ -4674,8 +4674,8 @@ @@ -4674,8 +4674,8 @@
"removeSponsorshipSuccess": {
"message": "Sponsorship Removed"
},
"ssoKeyConnectorUnavailable": {
"message": "Unable to reach the Key Connector, try again later."
"ssoKeyConnectorError": {
"message": "Key Connector error: make sure Key Connector is available and working correctly."
},
"keyConnectorUrl": {
"message": "Key Connector URL"

Loading…
Cancel
Save