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

248-fix: Update block 'Certificate' in 'About the course' section on Courses pages #301

Closed
Closed
Changes from all commits
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
10 changes: 5 additions & 5 deletions src/features/about/about.data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const angularNodejsAwsFundamentals: (course: string) => AboutInfo[] = () => [
{
id: 4,
title: 'Certificate',
info: 'After accomplishing all three stages of education, students will receive an electronic certificate of completion.',
info: 'After successful completion of the course, students will receive an electronic certificate of completion.',
icon: awardIcon,
},
];
Expand Down Expand Up @@ -73,7 +73,7 @@ const javaScriptEN: () => AboutInfo[] = () => {
{
id: 4,
title: 'Certificate',
info: 'A certificate of successful completion of the course is issued to everybody who pass two stages of training.',
info: 'After successful completion of the course, students will receive an electronic certificate of completion.',
icon: awardIcon,
},
];
Expand Down Expand Up @@ -101,7 +101,7 @@ const javaScriptRU: () => AboutInfo[] = () => {
{
id: 4,
title: 'Сертификат',
info: 'Сертификат успешного окончания курса выдается всем, кто проходит два этапа обучения.',
info: 'Электронный сертификат успешного окончания курса выдается всем, кто проходит два этапа обучения.',
icon: awardIcon,
},
];
Expand Down Expand Up @@ -130,7 +130,7 @@ const javaScriptPreSchoolRU: () => AboutInfo[] = () => {
{
id: 4,
title: 'Сертификат',
info: 'При успешном прохождении курса выдается сертификат',
info: 'При успешном прохождении курса выдается электронный сертификат.',
icon: awardIcon,
},
];
Expand Down Expand Up @@ -170,7 +170,7 @@ const reactRuAbout: AboutInfo[] = [
{
id: 3,
title: 'Сертификат',
info: 'Сертификат об успешном прохождении курсов выдается всем прошедшим два этапа обучения.',
info: 'При успешном прохождении курса выдается электронный сертификат.',
icon: awardIcon,
},
{
Expand Down
Loading