From 97a718eeb62c116f3e887441ea39dccff92bc0f6 Mon Sep 17 00:00:00 2001 From: Paolo Capriotti Date: Thu, 25 Aug 2022 14:15:36 +0200 Subject: [PATCH] Fix key package error description --- changelog.d/1-api-changes/fix-mls-error-desc | 1 + libs/wire-api/src/Wire/API/Error/Brig.hs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog.d/1-api-changes/fix-mls-error-desc diff --git a/changelog.d/1-api-changes/fix-mls-error-desc b/changelog.d/1-api-changes/fix-mls-error-desc new file mode 100644 index 00000000000..e058cc17676 --- /dev/null +++ b/changelog.d/1-api-changes/fix-mls-error-desc @@ -0,0 +1 @@ +Fix key package error description diff --git a/libs/wire-api/src/Wire/API/Error/Brig.hs b/libs/wire-api/src/Wire/API/Error/Brig.hs index e8ca3a3bb46..544a3755cde 100644 --- a/libs/wire-api/src/Wire/API/Error/Brig.hs +++ b/libs/wire-api/src/Wire/API/Error/Brig.hs @@ -146,7 +146,7 @@ type instance 'StaticError 403 "mls-identity-mismatch" - "Prekey credential does not match qualified client ID" + "Key package credential does not match qualified client ID" -- | docs/reference/user/registration.md {#RefRestrictRegistration}. type instance MapError 'UserCreationRestricted = 'StaticError 403 "user-creation-restricted" "This instance does not allow creation of personal users or teams."