fix: add back missing message translation string (#784)

It was accidentally removed when we switched to the external
header (frontend-component-header), but the string is still
actually used.
This commit is contained in:
Michael Terry
2021-12-21 13:53:11 -05:00
committed by GitHub
parent 2bf4f2a0b5
commit d344b501ab

View File

@@ -11,6 +11,11 @@ const messages = defineMessages({
defaultMessage: 'register',
description: 'Text in a link, prompting the user to create an account. Used in "learning.logistration.alert"',
},
signInLowercase: {
id: 'learning.logistration.login', // ID left for historical purposes
defaultMessage: 'sign in',
description: 'Text in a link, prompting the user to log in. Used in "learning.logistration.alert"',
},
signInSentenceCase: {
id: 'general.signIn.sentenceCase',
defaultMessage: 'Sign in',