Commit 59218ca

mo <mo.khan@gmail.com>
2017-12-15 23:04:42
fix missing translation.
1 parent 73be9f0
Changed files (1)
lib
saml
kit
locales
lib/saml/kit/locales/en.yml
@@ -4,6 +4,7 @@ en:
     errors:
       Assertion:
         expired: "must not be expired."
+        must_match_issuer: "must match entityId."
       AuthnRequest:
         invalid: "must contain AuthnRequest."
         invalid_fingerprint: "does not match."
@@ -23,7 +24,6 @@ en:
         invalid_fingerprint: "does not match."
         invalid_response_to: "must match request id."
         invalid_version: "must be 2.0."
-        must_match_issuer: "must match entityId."
         unregistered: "must originate from registered identity provider."
       SPSSODescriptor:
         invalid: "must contain SPSSODescriptor."