Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coach strings #10168

Merged
merged 2 commits into from
Mar 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,15 @@ const coachStrings = createTranslator('CommonCoachStrings', {
message: 'No description',
context: 'Indicates when a lesson does not have a description.',
},
generalInformationLabel: {
message: 'General information',
context:
'Used as a visually hidden label for the section on quiz and lesson pages that contains general information about a lesson or a quizz',
},
detailsLabel: {
message: 'Details',
context:
'Can refer to the details of the quiz that the coach is creating. For example, the title and the number of questions.',
'General label describing some details about a lesson or a quiz. For example, the quiz title and the number of questions, or title of the section with reports on the lesson page.',
MisRob marked this conversation as resolved.
Show resolved Hide resolved
},
difficultQuestionsLabel: {
message: 'Difficult questions',
Expand Down