feat: add descriptions for i18n messages (#815)

It fixes: openedx/frontend-wg/issues/74
This commit is contained in:
Ghassan Maslamani
2022-02-28 16:10:57 +02:00
committed by GitHub
parent 8325851813
commit c25ec8f1ae
32 changed files with 220 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ function HonorCode({ intl, courseId }) {
siteName,
link: <a href={honorCodeUrl}>{intl.formatMessage(messages['learn.honorCode.name'])}</a>,
}}
description="This is shown to learner, when course author wants to learners to explicity agree on their (Term of use or conduct), hence it links honor code page. "
/>
</p>