From 1683bb7e5151208d6b63b6c04b95807afce5c262 Mon Sep 17 00:00:00 2001 From: David Joy Date: Tue, 19 Mar 2019 11:38:26 -0400 Subject: [PATCH] Fix bad message ID - verified -> professional (#106) --- src/components/ProfilePage/Certificates.messages.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProfilePage/Certificates.messages.jsx b/src/components/ProfilePage/Certificates.messages.jsx index 5be7dd6..9be1cc4 100644 --- a/src/components/ProfilePage/Certificates.messages.jsx +++ b/src/components/ProfilePage/Certificates.messages.jsx @@ -17,7 +17,7 @@ const messages = defineMessages({ description: 'A type of certificate a user may have earned', }, 'profile.certificates.types.professional': { - id: 'profile.certificates.types.verified', + id: 'profile.certificates.types.professional', defaultMessage: 'Professional Certificate', description: 'A type of certificate a user may have earned', },